- From: Jungkee Song <notifications@github.com>
- Date: Fri, 26 May 2017 02:24:49 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 26 May 2017 09:25:26 UTC
This patch makes it to use ASCII serialization for (Extendable)MessageEvent.origin instead of Unicode serialization which has been removed from HTML. HTML issue: https://github.com/whatwg/html/issues/2568. HTML change: https://github.com/whatwg/html/pull/2689/commits/c3b2511ee0158fa4b5bd4e4689c6be54132f3d90. Fixes #1142. You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1151 -- Commit Summary -- * Use ASCII serialization for origins -- File Changes -- M docs/index.bs (8) M docs/v1/index.bs (4) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1151.patch https://github.com/w3c/ServiceWorker/pull/1151.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1151
Received on Friday, 26 May 2017 09:25:26 UTC