Skip to main content

method Performance.clearResourceTimings

#Performance.clearResourceTimings(): void

Removes all performance entries with an entryType of "resource" from the performance timeline and sets the size of the performance resource data buffer to zero.

Note: Deno does not currently track resource timings, so this method has no observable effect. It is provided for API compatibility.

Return Type #

void

Did you find what you needed?

Privacy policy