Skip to main content

setResourceTimingBufferSize

method Performance.setResourceTimingBufferSize
Jump to headingPerformance.setResourceTimingBufferSize(maxSize: number): void

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 Jump to heading

Jump to headingmaxSize: number

Return Type Jump to heading

void
Back to top