Skip to content

Commit 3ab43b0

Browse files
Change nextHopProtocol to a ByteString (#281)
1 parent edea639 commit 3ab43b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ <h3>
416416
[Exposed=(Window,Worker)]
417417
interface PerformanceResourceTiming : PerformanceEntry {
418418
readonly attribute DOMString initiatorType;
419-
readonly attribute DOMString nextHopProtocol;
419+
readonly attribute ByteString nextHopProtocol;
420420
readonly attribute DOMHighResTimeStamp workerStart;
421421
readonly attribute DOMHighResTimeStamp redirectStart;
422422
readonly attribute DOMHighResTimeStamp redirectEnd;
@@ -592,11 +592,11 @@ <h3>
592592
</p>
593593
<p data-dfn-for="PerformanceResourceTiming">
594594
The <dfn>nextHopProtocol</dfn> getter steps are to [=/isomorphic
595-
decode=] <a>this</a>'s <a data-for="PerformanceResourceTiming">timing
596-
info</a>'s [=fetch timing info/final connection timing info=]'s
597-
[=connection timing info/ALPN negotiated protocol=]. See
598-
<a data-cite="FETCH#record-connection-timing-info">Recording
599-
connection timing info</a> for more info.
595+
decode=] <a>this</a>'s [=PerformanceResourceTiming/timing info=]'s
596+
[=fetch timing info/final connection timing info=]'s [=connection
597+
timing info/ALPN negotiated protocol=]. See <a data-cite=
598+
"FETCH#record-connection-timing-info">Recording connection timing
599+
info</a> for more info.
600600
</p>
601601
<p data-dfn-for="PerformanceResourceTiming">
602602
The <dfn>requestStart</dfn> getter steps are to <a>convert fetch

0 commit comments

Comments
 (0)