- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 07 Jun 2022 09:19:00 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1413/review/998464411@github.com>
@noamr commented on this pull request. > @@ -3813,15 +3836,17 @@ an optional algorithm <dfn export for=fetch><var>processEarlyHintsResponse</var> algorithm <dfn export for=fetch id=process-response><var>processResponse</var></dfn>, an optional algorithm <dfn export for=fetch><var>processResponseEndOfBody</var></dfn>, an optional algorithm <dfn export for=fetch id=process-response-end-of-body oldids=process-response-end-of-file><var>processResponseConsumeBody</var></dfn>, -and an optional boolean <dfn export for=fetch><var>useParallelQueue</var></dfn> (default false), run -the steps below. If given, <var>processRequestBodyChunkLength</var> must be an algorithm accepting -an integer representing the number of bytes transmitted. If given, -<var>processRequestEndOfBody</var> must be an algorithm accepting no arguments. If given, -<var>processEarlyHintsResponse</var> must be an algorithm accepting a <a for=/>response</a>. If -given, <var>processResponse</var> must be an algorithm accepting a <a for=/>response</a>. If given, -<var>processResponseEndOfBody</var> must be an algorithm accepting a <a for=/>response</a>. If -given, <var>processResponseConsumeBody</var> must be an algorithm accepting a <a for=/>response</a> -and null, failure, or a <a for=/>byte sequence</a>. +an optional boolean <dfn export for=fetch><var>useParallelQueue</var></dfn> (default false), an +optional null or string <dfn export for=fetch><var>initiatorType</var></dfn> (default null), +and an optional "<code>client</code>" or a <a for=/>global object</a> +<dfn export for=fetch><var>timingGlobal</var></dfn> (default "<code>client</code>"), run the steps Two cases: - iframe (the container's global) - early hints (`timingGlobal` is `none`) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r891442120 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/998464411@github.com>
Received on Tuesday, 7 June 2022 16:19:12 UTC