Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 76873 of IDBEnvironmentSync

  • Revision slug: IndexedDB/IDBEnvironmentSync
  • Revision title: IDBEnvironmentSync
  • Revision id: 76873
  • Created:
  • Creator: jswisher
  • Is current revision? No
  • Comment 8 words removed

Revision Content

{{ draft() }}

The {{ unimplemented_inline() }} IDBEnvironmentSync interface of the IndexedDB API will be implemented by worker objects.

Attributes

Attribute Type Description
indexedDBSync
readonly IDBFactorySync
Provides a synchronous means of accessing the capabilities of indexed databases. {{ Note("Until the Indexed Database API specification is finalized, this attribute should be accessed as moz_indexedDBSync.") }}

Revision Source

<p>{{ draft() }}</p>
<p>The {{ unimplemented_inline() }} <code>IDBEnvironmentSync</code> interface of the <a href="/en/IndexedDB" title="en/IndexedDB">IndexedDB API</a> will be implemented by <a href="/En/DOM/Worker" title="En/DOM/Worker">worker</a> objects.</p>
<h2 id="Attributes">Attributes</h2>
<table class="standard-table"> <thead> <tr> <th scope="col">Attribute</th> <th scope="col">Type</th> <th scope="col">Description</th> </tr> </thead> <tbody> <tr> <td><code><a name="indexedDBSync">indexedDBSync</a><br> </code></td> <td><code>readonly <a href="/en/IndexedDB/IDBFactorySync" title="en/IndexedDB/IDBFactorySync">IDBFactorySync</a><br> </code></td> <td>Provides a synchronous means of accessing the capabilities of indexed databases. {{ Note("Until the Indexed Database API specification is finalized, this attribute should be accessed as <code>moz_indexedDBSync</code>.") }}</td> </tr> </tbody>
</table>
Revert to this revision