method Performance.clearResourceTimings
Jump to headingPerformance.clearResourceTimings(name?: string): voidIf 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: stringReturn Type Jump to heading
void