Re: [ServiceWorker] Soft Update and Register can race when setting registration scriptURL (#789)

@matto, does this match the current spec:

> When a register runs, if the newest worker's URL has NOT changed, the job aborts

As far as I can tell the spec says that the check for matching URL should run synchronously when .register() is called.  We also defer it until the job runs, but I have a bug open to fix that.

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

Received on Monday, 30 November 2015 21:52:31 UTC