[FileAPI] Make the Blob URL creating/revoking methods not be exposed on the ser… (#31)

…vice worker global.

There has been a discussion around what the lifetime of a blob URL created in a service worker would be: https://github.com/slightlyoff/ServiceWorker/issues/688

During the f2f discussion last week, the service worker folks reached a consensus that the methods creating/revoking a blob URL should not be exposed on the service worker global. The rationale is the lifetime of a servic worker global hinges on the UAs decision and designed to be short unless needed. It can be exposed in the future when devs request with compelling use cases.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/FileAPI/pull/31

-- Commit Summary --

  * Make the Blob URL creating/revoking methods not be exposed on the service worker global.

-- File Changes --

    M index.html (1)

-- Patch Links --

https://github.com/w3c/FileAPI/pull/31.patch
https://github.com/w3c/FileAPI/pull/31.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/31

Received on Tuesday, 2 February 2016 09:37:41 UTC