[whatwg/fetch] Should CORS preflight fetch also copy request's service-workers mode? (#558)

https://fetch.spec.whatwg.org/commit-snapshots/f3bb21991abdd335175fcc5d26a0d0b7b380d4fe/#cors-preflight-fetch

> Let preflight be a new request whose method is \`OPTIONS\`, url is request’s current url, initiator is request’s initiator, type is request’s type, destination is request’s destination, origin is request’s origin, referrer is request’s referrer, and referrer policy is request’s referrer policy\.

_preflight_ does not seem to have copied _request_'s service-workers mode. Should it do so?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/558

Received on Friday, 23 June 2017 05:52:56 UTC