domContentLoadedEventEnd property
Returns the time, in milliseconds, immediately after the document's DOMContentLoaded event completes.
This property is read-only.
Syntax
| JavaScript |
|---|
lEndTime = object.domContentLoadedEventEnd |
Property values
Type: Integer
The ending time in milliseconds.
Standards information
- Navigation Timing, Section 4.2
Remarks
The value lEndTime represents the number of milliseconds between midnight January 1, 1970 (UTC) and the recorded ending time.
See also
Show: