-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Types for ArrayBuffer.transfer
and ArrayBuffer.transferToFixedLength
are missing.
#26705
Comments
TypeScript 5.7 will include ES2024 type definitions. Please wait a moment. |
Looks like a duplicate of #25993 |
Is there a scheduled date for when 5.7 will be released? |
It will be released on 2024-11-21. |
Oh this is gonna be a tight one, we are scheduled to release on Nov, 21st too. Maybe we'll delay by one day to include TS upgrade. |
NOTE: TypeScript 5.7 will bring a breaking change that will make TypedArrays generic.
Type definition files will need to be updated and deno/cli/npm/managed/resolution.rs Lines 318 to 323 in 2c8a0e7
|
Tracking in #26950 |
Version: Deno 2.0.4
According to MDN docs, Deno supports both
.transfer()
and.transferToFixedLength()
while Node doesn't, and this is true when running the code, but the TypeScript linting doesn't display these options. Saying it doesn't exist.The text was updated successfully, but these errors were encountered: