Re: [ServiceWorker] Should FileReaderSync be exposed to service workers? (#735)

There is a non-normative note in the spec:

> Any type of synchronous requests must not be initiated inside of a service worker.

I guess we could take away the footgun by making things like FileReaderSync and sync XHR [Exposed=DedicatedWorker,SharedWorker].

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/735#issuecomment-132607044

Received on Wednesday, 19 August 2015 13:57:42 UTC