We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@bzbarsky - can you review this PR?
#95
Sorry, something went wrong.
Merged in.
No branches or pull requests
IDBEnvironment is only exposed in Window, but is implemented by WorkerGlobalScope. That's not valid IDL.
You probably want to
partial interface WindowOrWorkerGlobalScope
anyway....The text was updated successfully, but these errors were encountered: