[FileAPI] Not expose FileReaderSync to service worker (#16)

Service worker by its nature doesn't want to initiate any sync requests within its context. It'll be nice if it's explicitly defined in FileReaderSync interface: [Exposed=DedicatedWorker,SharedWorker].

The corresponding service worker issue: https://github.com/slightlyoff/ServiceWorker/issues/735.

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

Received on Thursday, 27 August 2015 08:35:15 UTC