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

Make typed arrays generic over ArrayBufferLike #59407

Closed
wants to merge 1 commit into from

Conversation

rbuckton
Copy link
Member

This is an experiment to make typed arrays generic over ArrayBufferLike, as well as to more closely align with the TypedArray projections in the ECMAScript specification.

@rbuckton
Copy link
Member Author

Generic TypedArray and TypedArrayConstructor would need HKTs to be typed correctly. The HKT workaround introduced in this PR is not a good long-term solution.

Closing in favor of #59417

@rbuckton rbuckton closed this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants