File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 416
416
[Exposed=(Window,Worker)]
417
417
interface PerformanceResourceTiming : PerformanceEntry {
418
418
readonly attribute DOMString initiatorType;
419
- readonly attribute DOMString nextHopProtocol;
419
+ readonly attribute ByteString nextHopProtocol;
420
420
readonly attribute DOMHighResTimeStamp workerStart;
421
421
readonly attribute DOMHighResTimeStamp redirectStart;
422
422
readonly attribute DOMHighResTimeStamp redirectEnd;
@@ -592,11 +592,11 @@ <h3>
592
592
</ p >
593
593
< p data-dfn-for ="PerformanceResourceTiming ">
594
594
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.
600
600
</ p >
601
601
< p data-dfn-for ="PerformanceResourceTiming ">
602
602
The < dfn > requestStart</ dfn > getter steps are to < a > convert fetch
You can’t perform that action at this time.
0 commit comments