- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 22 Apr 2016 16:27:03 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Friday, 22 April 2016 23:27:35 UTC
> <dt><em>"<code>module</code>"</em></dt> > - <dd><p><a>Fetch a module script tree</a> given <var>job</var>’s <a>serialized</a> <a href="#dfn-job-script-url">script url</a>, "<code>omit</code>", "<code>serviceworker</code>", and <var>job</var>’s <a href="#dfn-job-client">client</a>.</p></dd> > + <dd><p><a>Fetch a module script tree</a> given <var>job</var>’s <a>serialized</a> <a href="#dfn-job-script-url">script url</a>, "<code>omit</code>", "<code>serviceworker</code>", and some settings object.</p></dd> You can't start a worker until its global scope/settings object have been created; it doesn't really make sense. Why do you think it's necessary in this case? It sounds like there's a bug in the referrer handling though; filing an issue at whatwg/html would be much appreciated! --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/pull/889/files/9e6c421e7a040fa5d81b1476566343c268353f4d#r60815401
Received on Friday, 22 April 2016 23:27:35 UTC