method Performance.clearResourceTimingsPerformance.clearResourceTimings(name?: string): voidDeprecatedIf name is not provided, removes all PerformanceResourceTiming objects from the Resource Timeline. If name is provided, removes only the named resource. Parametersoptionalname: stringReturn Typevoid