-
Notifications
You must be signed in to change notification settings - Fork 165
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 BigInt64Array
and BigUint64Array
#936
Normative: Add BigInt64Array
and BigUint64Array
#936
Conversation
As someone who's run into surprises trying to pass these to APIs where any buffer source oughta be as good as another, very happy to see this. |
Thanks for pointing that out @bathos. We should update a number of tests to also account for these in that case. (There's a couple where we iterate through the various views and ensure an API takes all of them.) |
Tests are being worked on here: web-platform-tests/wpt#27920. |
Co-authored-by: Anne van Kesteren <[email protected]>
63ba524
to
1df9afa
Compare
New types added to WebIDL recently: whatwg/webidl#936
New types added to WebIDL recently: whatwg/webidl#936
Types added recently to WebIDL: whatwg/webidl#936
Types added recently to WebIDL: whatwg/webidl#936
Now that we have the
bigint
type (#525), it makes sense to add these as well.review?(@domenic, @littledan, @heycam, @TimothyGu)