Re: [w3c/ServiceWorker] importScripts() on ServiceWorkerGlobalScope (#1319)

Hmm, looks like I got a couple things wrong:

* The spec says to allow importScripts() in parsed or installing states, but I am restricting to parsed.
* The spec says to throw a NetworkError, but I'm throwing InvalidStateError.

I can fix those things depending on what we decide here.

-- 
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/ServiceWorker/issues/1319#issuecomment-393386106

Received on Thursday, 31 May 2018 02:59:33 UTC