Skip to content

Make TypedArray.prototype.includes conform to spec #1068

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bnoordhuis
Copy link
Contributor

In the case of typed arrays backed by resizable arraybuffers, searching for undefined matches if the search index is in bounds with respect to the typed array's original length.

In the case of typed arrays backed by resizable arraybuffers, searching
for `undefined` matches if the search index is in bounds with respect to
the typed array's original length.
@bnoordhuis bnoordhuis closed this May 24, 2025
@bnoordhuis bnoordhuis deleted the fix-ta-includes branch May 24, 2025 20:43
@bnoordhuis bnoordhuis restored the fix-ta-includes branch May 24, 2025 20:43
@bnoordhuis
Copy link
Contributor Author

bnoordhuis commented May 24, 2025

Weird, GH thinks I closed the PR even though I only force-pushed to my branch. I'll open a new PR. - edit: now it lets me reopen it. Double weird.

@bnoordhuis bnoordhuis reopened this May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants