- From: Joshua Bell via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Apr 2016 18:09:56 +0000
- To: public-html-media@w3.org
inexorabletash has just created a new issue for https://github.com/w3c/media-source: == Exclude createObjectURL from Service Workers == Based on a [Service Worker issue and discussion](https://github.com/slightlyoff/ServiceWorker/issues/688) [File API](https://w3c.github.io/FileAPI/) was recently [updated](https://github.com/w3c/FileAPI/commit/b9c2275df53cf3a808f1f272f3d6134d1b920549) to make the URL creating/revoking methods not be exposed in Service Workers: ```webidl [Exposed=(Window,DedicatedWorker,SharedWorker)] partial interface URL { ... }; ``` It seems like the same should be done here. @adrianba should be able to provide more context if necessary. Please view or discuss this issue at https://github.com/w3c/media-source/issues/67 using your GitHub account
Received on Friday, 22 April 2016 18:09:58 UTC