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

Yea, I'm going to implement this change.  Instead of:

```
6. Set registration's registering script url to newestWorker's script url.
```

Instead do:

```
6. If newestWorker's script url does not equal registration's registering script url, abort
    these steps.
```

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

Received on Sunday, 22 November 2015 19:54:34 UTC