- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 15 Jan 2015 01:03:07 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 15 January 2015 09:03:33 UTC
`Response.headers` is ok. Same as XHR, they're filtered. The step checking simpleness of the given method and the special guard `request-no-CORS` prevent non-simple requests from being issued using `RequestInit.mode=="no-cors"`. So, this is ok. Now I've done reviewing all the attributes. It seems we need to take care of `RequestInit.cache` and `Response.type`, but except for them, it seems we're ready to expose Fetch API to window and (shared)worker. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/581#issuecomment-70057114
Received on Thursday, 15 January 2015 09:03:33 UTC