Skip to main content

method Performance.setResourceTimingBufferSize

#Performance.setResourceTimingBufferSize(maxSize: number): void

Sets the desired size of the browser's resource timing buffer which stores the "resource" performance entries.

Note: Deno does not currently track resource timings, so this method has no observable effect. It is provided for API compatibility.

Parameters #

#maxSize: number

Return Type #

void

Did you find what you needed?

Privacy policy