-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
net: allow typed arrays in .write() #22428
Conversation
8d2842e
to
9a6b8c1
Compare
9a6b8c1
to
cbbdac7
Compare
cbbdac7
to
a3cb074
Compare
Rebased against my feature branch from #22427, as that PR seems good to go (green). Please do not remove the |
Ping @SirR4T Any updates on this? |
8ae28ff
to
2935f72
Compare
@SirR4T - this needs a rebase |
Given that the PR this PR depended on was closed without merging for lack of activity and this PR hasn't had activity in about a year, I'm going to close it. Feel free to poke to have it reopened if you've got time @SirR4T :) |
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesBlocked on #22427 , for typed array support in streams.
Partially fixing #1826