Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ sufficiently (by calling
Creating a resource timing entry
</h2>
<p>
To <dfn export>mark resource timing</dfn> given a [=/fetch
To <dfn export oldids="dfn-mark-resource-timing">mark resource timing</dfn> given a [=/fetch
timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString
|initiatorType| a <a>global object</a> |global|, a string
|cacheMode|, a [=/response body info=] |bodyInfo|, a
Expand All @@ -1152,7 +1152,7 @@ sufficiently (by calling
</li>
</ol>
<p>
To <dfn export>setup the resource timing entry</dfn> for
To <dfn export oldids="dfn-setup-the-resource-timing-entry">setup the resource timing entry</dfn> for
{{PerformanceResourceTiming}} |entry| given DOMString
|initiatorType|, DOMString |requestedURL|, [=/fetch timing info=]
|timingInfo|, a DOMString |cacheMode|, a [=response body info=]
Expand Down
Loading