- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 25 May 2022 11:55:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 May 2022 18:55:57 UTC
@noamr commented on this pull request. > @@ -8267,6 +8235,16 @@ in a <a for=/>parallel queue</a> if <a for=fetch><i>useParallelQueue</i></a> is <dt><a for=fetch><i>useParallelQueue</i></a> <dd><p>Takes a <a for=/>boolean</a> that defaults to false. Indicates where the algorithms passed as arguments will be invoked. Hopefully most standards will not need this. + + <dt><a for=fetch><i>initiatorType</i></a> + <dd><p>Takes a string that defaults to "<code>other</code>", to indicate the + {{PerformanceResourceTiming/initiatorType}} for <cite>Resource Timing</cite>. [[RESOURCE-TIMING]] + + <dt><a for=fetch><i>timingGlobal</i></a> + <dd><p>Takes "<code>client</code>", "<code>none</code>" or a <a for=/>global object</a> (default Right. I also changed the default to be null - this way callers that want to report to resource timing have to be explicit about it (some fetches don't report) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r882014163 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/985330456@github.com>
Received on Wednesday, 25 May 2022 18:55:57 UTC