- From: Jungkee Song <notifications@github.com>
- Date: Thu, 18 May 2017 23:55:58 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 May 2017 06:56:30 UTC
This patch moves the creation of a Request object and its associated
Headers object to a right place. It moves those steps from outside into
the task where the fetch event's request attribute is initialized.
Fixes #951.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/ServiceWorker/pull/1147
-- Commit Summary --
* Fix fetchEvent.request initialization
-- File Changes --
M docs/index.bs (8)
M docs/v1/index.bs (5)
-- Patch Links --
https://github.com/w3c/ServiceWorker/pull/1147.patch
https://github.com/w3c/ServiceWorker/pull/1147.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/1147
Received on Friday, 19 May 2017 06:56:30 UTC