- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 08 Jun 2022 07:42:29 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1413/review/999897401@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 Removed `timingGlobal` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r892474705 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/999897401@github.com>
Received on Wednesday, 8 June 2022 14:42:41 UTC