- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 15 Jul 2014 13:00:12 -0400
- To: public-webapps@w3.org
In http://w3c.github.io/webcomponents/spec/imports/#fetching-import the spec says: Fetch a resource from LOCATION with request's origin set to the origin of the master document, the mode to CORS and the omit credentials mode to CORS. There is no "omit credentials" mode in the current Fetch draft, and the mode that _is_ there, "credentials mode", doesn't have "CORS" as a value. Presumably this is asking for "same-origin"? -Boris
Received on Tuesday, 15 July 2014 17:00:41 UTC