Table of contents
- 1. Attributes
DRAFT
This page is not complete.
The
Unimplemented
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.
|
Mozilla Developer Network