@@ -70,7 +70,7 @@ Performance Timeline. If `name` is provided, removes only the named mark.
7070### ` performance.clearResourceTimings([name]) `  
7171
7272<!--  YAML
73- added: REPLACEME  
73+ added: v18.2.0  
7474--> 
7575
7676*  ` name `  {string}
@@ -215,7 +215,7 @@ Performance Timeline manually with `performance.clearMarks`.
215215global, cacheMode)\` 
216216
217217<!--  YAML
218- added: REPLACEME  
218+ added: v18.2.0  
219219--> 
220220
221221*  ` timingInfo `  {Object} [ Fetch Timing Info] [ ] 
@@ -695,7 +695,7 @@ initialized.
695695## Class: ` PerformanceResourceTiming `   
696696
697697<!--  YAML
698- added: REPLACEME  
698+ added: v18.2.0  
699699--> 
700700
701701*  Extends: {PerformanceEntry}
@@ -708,7 +708,7 @@ The constructor of this class is not exposed to users directly.
708708### ` performanceResourceTiming.workerStart `  
709709
710710<!--  YAML
711- added: REPLACEME  
711+ added: v18.2.0  
712712--> 
713713
714714*  {number}
@@ -720,7 +720,7 @@ will always return 0.
720720### ` performanceResourceTiming.redirectStart `  
721721
722722<!--  YAML
723- added: REPLACEME  
723+ added: v18.2.0  
724724--> 
725725
726726*  {number}
@@ -731,7 +731,7 @@ of the fetch which initiates the redirect.
731731### ` performanceResourceTiming.redirectEnd `  
732732
733733<!--  YAML
734- added: REPLACEME  
734+ added: v18.2.0  
735735--> 
736736
737737*  {number}
@@ -742,7 +742,7 @@ receiving the last byte of the response of the last redirect.
742742### ` performanceResourceTiming.fetchStart `  
743743
744744<!--  YAML
745- added: REPLACEME  
745+ added: v18.2.0  
746746--> 
747747
748748*  {number}
@@ -753,7 +753,7 @@ to fetch the resource.
753753### ` performanceResourceTiming.domainLookupStart `  
754754
755755<!--  YAML
756- added: REPLACEME  
756+ added: v18.2.0  
757757--> 
758758
759759*  {number}
@@ -764,7 +764,7 @@ the domain name lookup for the resource.
764764### ` performanceResourceTiming.domainLookupEnd `  
765765
766766<!--  YAML
767- added: REPLACEME  
767+ added: v18.2.0  
768768--> 
769769
770770*  {number}
@@ -775,7 +775,7 @@ after the Node.js finished the domain name lookup for the resource.
775775### ` performanceResourceTiming.connectStart `  
776776
777777<!--  YAML
778- added: REPLACEME  
778+ added: v18.2.0  
779779--> 
780780
781781*  {number}
@@ -787,7 +787,7 @@ the resource.
787787### ` performanceResourceTiming.connectEnd `  
788788
789789<!--  YAML
790- added: REPLACEME  
790+ added: v18.2.0  
791791--> 
792792
793793*  {number}
@@ -799,7 +799,7 @@ the resource.
799799### ` performanceResourceTiming.secureConnectionStart `  
800800
801801<!--  YAML
802- added: REPLACEME  
802+ added: v18.2.0  
803803--> 
804804
805805*  {number}
@@ -810,7 +810,7 @@ before Node.js starts the handshake process to secure the current connection.
810810### ` performanceResourceTiming.requestStart `  
811811
812812<!--  YAML
813- added: REPLACEME  
813+ added: v18.2.0  
814814--> 
815815
816816*  {number}
@@ -821,7 +821,7 @@ before Node.js receives the first byte of the response from the server.
821821### ` performanceResourceTiming.responseEnd `  
822822
823823<!--  YAML
824- added: REPLACEME  
824+ added: v18.2.0  
825825--> 
826826
827827*  {number}
@@ -833,7 +833,7 @@ the transport connection is closed, whichever comes first.
833833### ` performanceResourceTiming.transferSize `  
834834
835835<!--  YAML
836- added: REPLACEME  
836+ added: v18.2.0  
837837--> 
838838
839839*  {number}
@@ -844,7 +844,7 @@ includes the response header fields plus the response payload body.
844844### ` performanceResourceTiming.encodedBodySize `  
845845
846846<!--  YAML
847- added: REPLACEME  
847+ added: v18.2.0  
848848--> 
849849
850850*  {number}
@@ -856,7 +856,7 @@ content-codings.
856856### ` performanceResourceTiming.decodedBodySize `  
857857
858858<!--  YAML
859- added: REPLACEME  
859+ added: v18.2.0  
860860--> 
861861
862862*  {number}
@@ -868,7 +868,7 @@ content-codings.
868868### ` performanceResourceTiming.toJSON() `  
869869
870870<!--  YAML
871- added: REPLACEME  
871+ added: v18.2.0  
872872--> 
873873
874874Returns a ` object `  that is the JSON representation of the
0 commit comments