@@ -70,7 +70,7 @@ Performance Timeline. If `name` is provided, removes only the named mark.
70
70
### ` performance.clearResourceTimings([name]) `
71
71
72
72
<!-- YAML
73
- added: REPLACEME
73
+ added: v18.2.0
74
74
-->
75
75
76
76
* ` name ` {string}
@@ -215,7 +215,7 @@ Performance Timeline manually with `performance.clearMarks`.
215
215
global, cacheMode)\`
216
216
217
217
<!-- YAML
218
- added: REPLACEME
218
+ added: v18.2.0
219
219
-->
220
220
221
221
* ` timingInfo ` {Object} [ Fetch Timing Info] [ ]
@@ -695,7 +695,7 @@ initialized.
695
695
## Class: ` PerformanceResourceTiming `
696
696
697
697
<!-- YAML
698
- added: REPLACEME
698
+ added: v18.2.0
699
699
-->
700
700
701
701
* Extends: {PerformanceEntry}
@@ -708,7 +708,7 @@ The constructor of this class is not exposed to users directly.
708
708
### ` performanceResourceTiming.workerStart `
709
709
710
710
<!-- YAML
711
- added: REPLACEME
711
+ added: v18.2.0
712
712
-->
713
713
714
714
* {number}
@@ -720,7 +720,7 @@ will always return 0.
720
720
### ` performanceResourceTiming.redirectStart `
721
721
722
722
<!-- YAML
723
- added: REPLACEME
723
+ added: v18.2.0
724
724
-->
725
725
726
726
* {number}
@@ -731,7 +731,7 @@ of the fetch which initiates the redirect.
731
731
### ` performanceResourceTiming.redirectEnd `
732
732
733
733
<!-- YAML
734
- added: REPLACEME
734
+ added: v18.2.0
735
735
-->
736
736
737
737
* {number}
@@ -742,7 +742,7 @@ receiving the last byte of the response of the last redirect.
742
742
### ` performanceResourceTiming.fetchStart `
743
743
744
744
<!-- YAML
745
- added: REPLACEME
745
+ added: v18.2.0
746
746
-->
747
747
748
748
* {number}
@@ -753,7 +753,7 @@ to fetch the resource.
753
753
### ` performanceResourceTiming.domainLookupStart `
754
754
755
755
<!-- YAML
756
- added: REPLACEME
756
+ added: v18.2.0
757
757
-->
758
758
759
759
* {number}
@@ -764,7 +764,7 @@ the domain name lookup for the resource.
764
764
### ` performanceResourceTiming.domainLookupEnd `
765
765
766
766
<!-- YAML
767
- added: REPLACEME
767
+ added: v18.2.0
768
768
-->
769
769
770
770
* {number}
@@ -775,7 +775,7 @@ after the Node.js finished the domain name lookup for the resource.
775
775
### ` performanceResourceTiming.connectStart `
776
776
777
777
<!-- YAML
778
- added: REPLACEME
778
+ added: v18.2.0
779
779
-->
780
780
781
781
* {number}
@@ -787,7 +787,7 @@ the resource.
787
787
### ` performanceResourceTiming.connectEnd `
788
788
789
789
<!-- YAML
790
- added: REPLACEME
790
+ added: v18.2.0
791
791
-->
792
792
793
793
* {number}
@@ -799,7 +799,7 @@ the resource.
799
799
### ` performanceResourceTiming.secureConnectionStart `
800
800
801
801
<!-- YAML
802
- added: REPLACEME
802
+ added: v18.2.0
803
803
-->
804
804
805
805
* {number}
@@ -810,7 +810,7 @@ before Node.js starts the handshake process to secure the current connection.
810
810
### ` performanceResourceTiming.requestStart `
811
811
812
812
<!-- YAML
813
- added: REPLACEME
813
+ added: v18.2.0
814
814
-->
815
815
816
816
* {number}
@@ -821,7 +821,7 @@ before Node.js receives the first byte of the response from the server.
821
821
### ` performanceResourceTiming.responseEnd `
822
822
823
823
<!-- YAML
824
- added: REPLACEME
824
+ added: v18.2.0
825
825
-->
826
826
827
827
* {number}
@@ -833,7 +833,7 @@ the transport connection is closed, whichever comes first.
833
833
### ` performanceResourceTiming.transferSize `
834
834
835
835
<!-- YAML
836
- added: REPLACEME
836
+ added: v18.2.0
837
837
-->
838
838
839
839
* {number}
@@ -844,7 +844,7 @@ includes the response header fields plus the response payload body.
844
844
### ` performanceResourceTiming.encodedBodySize `
845
845
846
846
<!-- YAML
847
- added: REPLACEME
847
+ added: v18.2.0
848
848
-->
849
849
850
850
* {number}
@@ -856,7 +856,7 @@ content-codings.
856
856
### ` performanceResourceTiming.decodedBodySize `
857
857
858
858
<!-- YAML
859
- added: REPLACEME
859
+ added: v18.2.0
860
860
-->
861
861
862
862
* {number}
@@ -868,7 +868,7 @@ content-codings.
868
868
### ` performanceResourceTiming.toJSON() `
869
869
870
870
<!-- YAML
871
- added: REPLACEME
871
+ added: v18.2.0
872
872
-->
873
873
874
874
Returns a ` object ` that is the JSON representation of the
0 commit comments