- From: Ben Kelly <notifications@github.com>
- Date: Wed, 30 May 2018 19:59:11 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 May 2018 02:59:33 UTC
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