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

Updates for Firefox 133 beta #24863

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Updates for Firefox 133 beta #24863

merged 1 commit into from
Oct 29, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Oct 29, 2024

The @openwebdocs BCD collector project v10.12.5 found new features shipping in Firefox 133 beta which was released today. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Firefox Nightly only, it is not considered here.

With this PR, BCD considers the following 29 features as shipping in Firefox 133:

  • api.ImageDecoder
  • api.ImageDecoder.ImageDecoder
  • api.ImageDecoder.close
  • api.ImageDecoder.complete
  • api.ImageDecoder.completed
  • api.ImageDecoder.decode
  • api.ImageDecoder.isTypeSupported_static
  • api.ImageDecoder.reset
  • api.ImageDecoder.tracks
  • api.ImageDecoder.type
  • api.ImageTrack
  • api.ImageTrack.animated
  • api.ImageTrack.frameCount
  • api.ImageTrack.repetitionCount
  • api.ImageTrack.selected
  • api.ImageTrackList
  • api.ImageTrackList.length
  • api.ImageTrackList.ready
  • api.ImageTrackList.selectedIndex
  • api.ImageTrackList.selectedTrack
  • api.Request.keepalive
  • api.WorkerNavigator.permissions
  • api.WorkerNavigator.serviceWorker
  • javascript.builtins.Uint8Array.fromBase64
  • javascript.builtins.Uint8Array.fromHex
  • javascript.builtins.Uint8Array.setFromBase64
  • javascript.builtins.Uint8Array.setFromHex
  • javascript.builtins.Uint8Array.toBase64
  • javascript.builtins.Uint8Array.toHex

See also mdn/mdn#596 and https://www.mozilla.org/en-US/firefox/133.0beta/releasenotes/

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript labels Oct 29, 2024
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

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

Verified all newly implemented features against the release notes.

@caugner caugner merged commit fb83260 into mdn:main Oct 29, 2024
5 checks passed
@Elchi3 Elchi3 deleted the firefox-133-beta branch October 29, 2024 16:00
This was referenced Oct 29, 2024
@Rumyra
Copy link
Contributor

Rumyra commented Oct 30, 2024

Thanks @Elchi3 - looks like we've captured all this in the 133 project 👍

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 data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants