Skip to main content

clearResourceTimings

method Performance.clearResourceTimings
Jump to headingPerformance.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 Jump to heading

optional
Jump to headingname: string

Return Type Jump to heading

void
Back to top