Events emitted by Performance (via EventTarget).

Static variables

@:value(cast "resourcetimingbufferfull")@:impl@:enumstaticinlineread onlyResourceTimingBufferFull:PerformanceEvent = "resourcetimingbufferfull"

The 'resourcetimingbufferfull' event is fired when the global performance resource timing buffer is full. Adjust resource timing buffer size with performance.setResourceTimingBufferSize() or clear the buffer with performance.clearResourceTimings() in the event listener to allow more entries to be added to the performance timeline buffer.

See also: