Skip to content
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

Positive: Long Animation Frame API #962

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,18 @@
"title": "Let 'localhost' be localhost.",
"url": "https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-let-localhost-be-localhost"
},
{
"ciuName": null,
"description": "This specification defines APIs for reporting information for frames that take a long time to render.",
"id": "long-animation-frame-api",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1734997",
"mozPosition": "positive",
"mozPositionDetail": "This feature allows web developers to measure frame congestion and jank, and has a correlation with how user perceive this type of congestion. Web developers can use this API to improve the perceived performance of their pages.",
"mozPositionIssue": 929,
"org": "Proposal",
"title": "Long Animation Frame API",
"url": "https://w3c.github.io/longtasks/#sec-loaf-timing"
},
{
"ciuName": null,
"description": "This describes APIs for TCP and UDP communication with arbitrary hosts",
Expand Down
Loading