deno.com

method Performance.clearResourceTimings

#Performance.clearResourceTimings(name?: string): void

If name is not provided, removes all PerformanceResourceTiming objects from the Resource Timeline. If name is provided, removes only the named resource.

Parameters #

#name: string
optional

Return Type #

void