8000
There was an error while loading. Please reload this page.
IDBEnvironment is only exposed in Window, but is implemented by WorkerGlobalScope. That's not valid IDL.
You probably want to partial interface WindowOrWorkerGlobalScope anyway....
partial interface WindowOrWorkerGlobalScope
IDBEnvironment is only exposed in Window, but is implemented by WorkerGlobalScope. That's not valid IDL.
You probably want to
partial interface WindowOrWorkerGlobalScopeanyway....