- From: Mike West <notifications@github.com>
- Date: Mon, 04 Nov 2019 03:55:02 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 November 2019 11:55:04 UTC
mikewest commented on this pull request. > @@ -1567,13 +1573,13 @@ whose <a for=request>destination</a> is "<code>audio</code>", "<code>audioworkle "<code>object</code>" or "<code>embed</code>". <p>A <dfn export>non-subresource request</dfn> is a <a for=/>request</a> -whose <a for=request>destination</a> is "<code>document</code>", -"<code>report</code>", "<code>serviceworker</code>", "<code>sharedworker</code>", -or "<code>worker</code>". +whose <a for=request>destination</a> is "<code>document</code>", "<code>frame</code>", +"<code>iframe</code>", "<code>report</code>", "<code>serviceworker</code>", +"<code>sharedworker</code>", or "<code>worker</code>". Step 5 of main fetch (https://fetch.spec.whatwg.org/#main-fetch) has pretty different behavior between "navigate" and "no-cors". I think it'll turn out to be incorrect for the initial request from `<embed>`, but I haven't through through what needs to change (or whether I'm even correct that it does need to change). -- 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/pull/948#discussion_r342013515
Received on Monday, 4 November 2019 11:55:04 UTC