Missing onresourcetimingbufferfull event from Performance interface #13249
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Help Wanted
You can do this
Milestone
The resource timing API have events like onresourcetimingbufferfull which gets fired when the limit of 150(by default) resources has been reached.
https://www.w3.org/TR/resource-timing-1/#extensions-performance-interface
The Performance interface in lib.d.ts file does not have onresourcetimingbufferfull event defined in it.
The text was updated successfully, but these errors were encountered: