-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Normative: add ArrayBuffer.prototype.{detached,transfer,transferToFixedLength} #3175
Conversation
This should be sequenced after #3116, as it uses AOs introduced in that PR which have been renamed and updated since the spec draft. |
ah ok, i didn't realize the proposal repo was missing some of the changes in the spec PR, and i based it off of the proposal repo. I'll update that as well. (it'd be nice to pull the 262 changes into the proposal repo also, before it's archived) |
@bakkot as discussed, heads up that this is failing lint because DetachArrayBuffer went from 0 to 2 internal callsites (that assert it's a normal completion), but it has external callsites that require it to be a completion. |
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.
lgtm
See https://tc39.es/proposal-arraybuffer-transfer/