OLD | NEW |
1 <div id="pageData-name" class="pageData">Disabled Web Features</div> | 1 <h1>Disabled Web Features</h1> |
2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 2 <!-- --> |
3 | 3 |
4 <p> | 4 <p> |
5 Though packaged apps use the web platform, | 5 Though packaged apps use the web platform, |
6 some web features have been disabled | 6 some web features have been disabled |
7 or else are used in a different way. | 7 or else are used in a different way. |
8 Mainly this is to avoid security issues and | 8 Mainly this is to avoid security issues and |
9 to improve programming practices. | 9 to improve programming practices. |
10 Below is a summary of the disabled features | 10 Below is a summary of the disabled features |
11 of the web platform | 11 of the web platform |
12 and potential work-arounds: | 12 and potential work-arounds: |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 <td>Use async-only <code>XMLHttpRequest</code>: | 89 <td>Use async-only <code>XMLHttpRequest</code>: |
90 <a href="http://updates.html5rocks.com/2012/01/Getting-Rid-of-Synchronous-
XHRs">Getting Rid of Synchrounous XXRs</a>.</td> | 90 <a href="http://updates.html5rocks.com/2012/01/Getting-Rid-of-Synchronous-
XHRs">Getting Rid of Synchrounous XXRs</a>.</td> |
91 </tr> | 91 </tr> |
92 <tr> | 92 <tr> |
93 <td>webSql</td> | 93 <td>webSql</td> |
94 <td>Use IndexedDB or | 94 <td>Use IndexedDB or |
95 <a href="app_storage.html">Filesystem API</a>.</td> | 95 <a href="app_storage.html">Filesystem API</a>.</td> |
96 </tr> | 96 </tr> |
97 </table> | 97 </table> |
98 | 98 |
99 <p class="backtotop"><a href="#top">Back to top</a></p> | 99 <p class="backtotop"><a href="#top">Back to top</a></p> |
100 | |
OLD | NEW |