Skip to content

Missing onresourcetimingbufferfull event from Performance interface #13249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Jan 2, 2017 · 2 comments
Closed

Missing onresourcetimingbufferfull event from Performance interface #13249

ghost opened this issue Jan 2, 2017 · 2 comments
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

Comments

@ghost
Copy link

ghost commented Jan 2, 2017

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.

@ghost ghost changed the title Missing events from Resource Timing Missing onresourcetimingbufferfull event from Performance interface Jan 2, 2017
@RyanCavanaugh RyanCavanaugh added the Needs Investigation This issue needs a team member to investigate its status. label May 24, 2017
@RyanCavanaugh RyanCavanaugh added 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 and removed Needs Investigation This issue needs a team member to investigate its status. labels Sep 18, 2019
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Sep 18, 2019
@marcin-serwin
Copy link
Contributor

This seems to be fixed now. It's been added in this commit.

@jakebailey
Copy link
Member

Just looking at old issues; this one is fixed per the above. Thanks for bisecting that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants