[w3c/ServiceWorker] Fix fetchEvent.request initialization (#1147)

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