-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Positive: Long Animation Frame API (#962)
closes: #929
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -935,6 +935,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", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
zcorpan
Member
|
||
"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", | ||
|
Hello! This is a RESOLVED FIXED bug about the Prioritized Task Scheduling API. Is this the right one?