[ServiceWorker] Update step 4 fails to fulfill job promise (#852)

Currently Update algorithm step 4 says:

> If job’s job type is update, and newestWorker’s script url is not job’s script url, invoke Finish Job with job. 

This probably needs to reject the job promise with a TypeError as well.

---
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/issues/852

Received on Monday, 21 March 2016 18:24:34 UTC