Skip to main content
method Performance.setResourceTimingBufferSize
Performance.setResourceTimingBufferSize(maxSize: number): void
Deprecated

Sets the global performance resource timing buffer size to the specified number of "resource" type performance entry objects.

By default the max buffer size is set to 250.

Parameters

maxSize: number

Return Type

void
Back to top