- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 28 Sep 2016 13:04:01 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Wednesday, 28 September 2016 20:04:31 UTC
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