Re: [w3c/ServiceWorker] Adding self.serviceWorker to service workers. (#1426)

> Seems OK to expose "parsed". I'm a bit curious now how that name was chosen. Is it better than something like "initial"?

I never thought about changing the name. "initial" seems ok. It could also be "pending", "pendingInstall", "beforeInstall", "preinstall".

> Really naive question but is JavaScript specified to do parsing before starting execution?

I think there are cases where v8 defers parsing parts of some functions, but the top level has been parsed at this point.

-- 
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/pull/1426#issuecomment-501718466

Received on Thursday, 13 June 2019 14:08:43 UTC