-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
FF122 ArrayBuffer.transfer() and friends - remove experimental tagging #31213
FF122 ArrayBuffer.transfer() and friends - remove experimental tagging #31213
Conversation
@hamishwillee could you also add links to |
@Josh-Cena When you eventually create a JavaScript page structure template, if you consider polyfills to be part of that, could please add them in. I don't really think about them, so knowing if they are part of the expectation or not would be helpful. I think this is good for review. |
@Josh-Cena Could you please review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On vacay, but looks good at a glance.
FF122 ships support for
ArrayBuffer.prototype.transfer()
,ArrayBuffer.prototype.transferToFixedLength()
,ArrayBuffer.prototype.detached
in https://bugzilla.mozilla.org/show_bug.cgi?id=1865103This removes the experimental status markup. Other docs look fine.
Related docs work can be tracked in #31101