Skip to content

Commit 5340aac

Browse files
authored
fix typo in PeroformanceResourceTiming.requestStart (mdn#42724)
1 parent 5ebca2e commit 5340aac

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/performanceresourcetiming/requeststart

1 file changed

+1
-1
lines changed

files/en-us/web/api/performanceresourcetiming/requeststart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ browser-compat: api.PerformanceResourceTiming.requestStart
88

99
{{APIRef("Performance API")}}{{AvailableInWorkers}}
1010

11-
The **`requestStart`** read-only property returns a {{domxref("DOMHighResTimeStamp","timestamp")}} of the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.
11+
The **`requestStart`** read-only property returns a {{domxref("DOMHighResTimeStamp","timestamp")}} of the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retries the request, the value returned will be the start of the retry request.
1212

1313
There is no _end_ property for `requestStart`. To measure the request time, calculate {{domxref("PerformanceResourceTiming.responseStart", "responseStart")}} - `requestStart` (see the example below).
1414

0 commit comments

Comments
 (0)