Skip to content

Commit f605845

Browse files
authored
Fix the assertion in setup the resource timing entry. (#331)
1 parent e71c2ab commit f605845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ <h2>
10931093
|bodyInfo|, perform the following steps:
10941094
</p>
10951095
<ol>
1096-
<li>Assert that |cacheMode| is the empty string or
1097-
"<code>local</code>".
1096+
<li>Assert that |cacheMode| is the empty string, "<code>local</code>",
1097+
or "<code>validated</code>".
10981098
</li>
10991099
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">initiator
11001100
type</a> to |initiatorType|.

0 commit comments

Comments
 (0)