Skip to content

Commit 7464cce

Browse files
committed
No need for special finalize
1 parent 642fc9a commit 7464cce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
24952495
<li><dfn data-x="body safely extract" data-x-href="https://fetch.spec.whatwg.org/#bodyinit-safely-extract">safely extracting a body</dfn></li>
24962496
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#process-response-end-of-body">processResponseConsumeBody</dfn></li>
24972497
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#fetch-processresponseendofbody">processResponseEndOfBody</dfn></li>
2498-
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#report-timing-with-origin">report timing with origin</dfn></li>
24992498
<li>
25002499
<dfn data-x="concept-response"
25012500
data-x-href="https://fetch.spec.whatwg.org/#concept-response">response</dfn> and its
@@ -89261,10 +89260,10 @@ new PaymentRequest(&hellip;); // Allowed to use
8926189260
<span>relevant global object</span>.</p></li>
8926289261

8926389262
<li><p><span>Queue an element task</span> on the <span>networking task source</span> given
89264-
<var>containerGlobal</var> to <span>report timing with origin</span> given
89263+
<var>containerGlobal</var> to <span>finalize and report timing</span> given
8926589264
<var>navigationParams</var>'s <span data-x="navigation-params-response">response</span>,
8926689265
<var>containerGlobal</var>, <var>container</var>'s <span>node document</span>'s
89267-
<span data-x="concept-document-origin">origin</span>, and <var>container</var>'s
89266+
<span>relevant global object</span>, and <var>container</var>'s
8926889267
<span data-x="concept-element-local-name">local name</span>.</p>
8926989268
</ol>
8927089269

0 commit comments

Comments
 (0)