method Performance.clearResourceTimings
#Performance.clearResourceTimings(): voidRemoves 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