Re: [ServiceWorker] Specify serviceworker link type for link element and link header. (#828)

Currently I wrote this to only trigger a register when a <link rel=serviceworker> element is inserted into a document, but maybe it makes more sense to be more consisted with other link elements, and also trigger whenever one of the attributes changes?

And thinking about this more, I need to somehow modify the Register algorithm to make it work without a client, while still keeping the origin checks that are currently done based on the client.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/pull/828#issuecomment-180510205

Received on Friday, 5 February 2016 19:23:20 UTC