indexedDB property
The indexedDB read-only property of the WorkerGlobalScope
interface provides a mechanism for workers to
asynchronously access the capabilities of indexed databases.
Implementation
external IDBFactory get indexedDB;
The indexedDB read-only property of the WorkerGlobalScope
interface provides a mechanism for workers to
asynchronously access the capabilities of indexed databases.
external IDBFactory get indexedDB;