- From: Jungkee Song <notifications@github.com>
- Date: Thu, 07 Jul 2016 06:10:09 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Thursday, 7 July 2016 13:10:39 UTC
I made patches as follows: - https://github.com/slightlyoff/ServiceWorker/commit/c2db88b6b529a1709f1ba6f502778b37f17b1746 - https://github.com/jungkees/html/commit/bca15cfc4465e0269c97408ac847de55900609ef (didn't make a PR yet) I defined the task source in ServiceWorkerContainer object instead of the global objects. I think it's better since a ServiceWorkerContainer object is the target object at which the message event is dispatched, and we don't pollute the globals. Please review them. --- 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/728#issuecomment-231072584
Received on Thursday, 7 July 2016 13:10:39 UTC