You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that #8428 now has a merge conflict caused by #6315
current HEAD
<li><p><!--FETCH--><span data-x="concept-fetch">Fetch</span> <var>request</var>. This must
<span>delay the load event</span> of the element's <span>node document</span>.</p></li>
<!--FETCH--><li><p><span data-x="concept-fetch">Fetch</span> <var>request</var>, with
<i data-x="processResponseEndOfBody">processResponseEndOfBody</i> given
<span data-x="concept-response">response</span> <var>res</var> set to
<span>finalize and report timing</span> with <var>res</var>, the element's
<span>node document</span>'s <span>relevant global object</span>, and
"<code data-x="">video</code>". This must <span>delay the load event</span> of the element's
<span>node document</span>.</p></li>
Running git blame -L for that line for commit c196f1b (the commit preceding navigation and session history rewrite), I see #7539 by @noamr, part of issue #6542.
So it looks like the resource timing entry change for poster was accidentally reverted by #6315. Possibly others as well?
This is intentional! Now fetch does the resource timing reporting if it gets an initiatorType with the request so the HTML spec doesn't have to do this manually. See #7722 and whatwg/fetch#1413.
I noticed that #8428 now has a merge conflict caused by #6315
current HEAD
base for #8428
Running
git blame -L
for that line for commit c196f1b (the commit preceding navigation and session history rewrite), I see #7539 by @noamr, part of issue #6542.So it looks like the resource timing entry change for
poster
was accidentally reverted by #6315. Possibly others as well?cc @domenic @jakearchibald @domfarolino
The text was updated successfully, but these errors were encountered: