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

Update Long Animation Frames API data #22758

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

chrisdavidmills
Copy link
Collaborator

Summary

The Long Animation Frames API was release in Chrome 123, and most of it was already added to BCD. This follow-up PR specifically:

  • Adds "mdn_url" fields to the PerformanceLongAnimationFrameTiming and PerformanceScriptTiming interfaces
  • Updates the PerformanceScriptTiming interface's "spec_url" fields to point to the current correct spec URLs (previously they were pointing to the old locations in the Long Tasks API spec)
  • Adds three missing properties to the PerformanceScriptTiming interface — sourceCharPosition, sourceFunctionName, and sourceURL.

See also https://developer.chrome.com/docs/web-platform/long-animation-frames for more details.

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Apr 2, 2024
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Elchi3 Elchi3 merged commit 8f47619 into mdn:main Apr 16, 2024
5 checks passed
@Elchi3
Copy link
Member

Elchi3 commented Apr 17, 2024

Whoops, I missed in my review that this didn't add sourceFunctionName as advertised in the PR description. I will file a followup PR. (Discovered this thanks to the Open Web Docs BCD Collector)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants