diff options
Diffstat (limited to 'files/zh-tw/web/api/indexeddb_api/index.html')
| -rw-r--r-- | files/zh-tw/web/api/indexeddb_api/index.html | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/files/zh-tw/web/api/indexeddb_api/index.html b/files/zh-tw/web/api/indexeddb_api/index.html index 91f2fc812d..3f4b506623 100644 --- a/files/zh-tw/web/api/indexeddb_api/index.html +++ b/files/zh-tw/web/api/indexeddb_api/index.html @@ -62,75 +62,7 @@ translation_of: Web/API/IndexedDB_API <p>Web 上的 IndexedDB 使用範例,是由 Marco Castelluccio 所提供。Marco 是 IndexedDB Mozilla DevDerby 的優勝者,而該得獎 Demo 為 <a href="https://developer.mozilla.org/zh-TW/demos/detail/elibri" title="demos/detail/elibri">eLibri</a>,屬於函式庫與 eBook 閱讀器的 App。</p> -<h2 id="Browser_compatibility" name="Browser_compatibility">瀏覽器相容性</h2> - -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Asynchronous API</td> - <td> - <p>24.0<br> - 11.0 {{property_prefix("webkit")}}</p> - </td> - <td> - <p>{{CompatGeckoDesktop("16.0")}}<br> - {{CompatGeckoDesktop("2.0")}} {{property_prefix("moz")}}</p> - </td> - <td>10 {{property_prefix("ms")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Synchronous API<br> - (used with <a href="/zh-TW/docs/DOM/Using_web_workers" title="Using_web_workers">WebWorkers</a>)</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}<br> - See {{bug(701634)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Asynchronous API</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoDesktop("6.0")}} {{property_prefix("moz")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>瀏覽器相容性表格則請參閱:<a href="http://caniuse.com/indexeddb" title="http://caniuse.com/indexeddb">When Can I Use IndexedDB</a></p> -<p>另可透過 <a href="https://github.com/axemclion/IndexedDBShim" title="https://github.com/axemclion/IndexedDBShim">IndexedDB Polyfill</a>,在<a href="http://caniuse.com/sql-storage" title="http://caniuse.com/sql-storage">支援 WebSQL 的瀏覽器</a>上使用 IndexedDB。</p> <h2 id="另可參閱">另可參閱</h2> |
