- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 04 Nov 2019 02:27:19 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 November 2019 10:27:22 UTC
annevk 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>". I'm a little worried it's gonna linger and never get fixed, despite being somewhat important from an interoperability perspective. And note that before it'd go from `no-cors`/`embed` to `navigate`/`document` and that is being changed too. And given that it also changes for `iframe` et al, there needs to be an associated HTML PR already for this 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_r341981501
Received on Monday, 4 November 2019 10:27:22 UTC