indexedDB property
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.
Implementation
external IDBFactory get indexedDB;