[w3c/IndexedDB] IDBEnvironment IDL is not valid (#94)

IDBEnvironment is only exposed in Window, but is implemented by WorkerGlobalScope.  That's not valid IDL.

You probably want to `partial interface WindowOrWorkerGlobalScope` anyway....

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/94

Received on Wednesday, 28 September 2016 20:04:31 UTC