-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
ArrayBuffer <-> Buffer interop? #177
Comments
The discussion around that is currently going on over here, I do believe! |
@YuriSolovyov You can convert an There used to be a |
@feross |
@vkurchatkin correct. it is slow. though the only way to "correctly" do it would be to |
This decreases the font size in chatbox.xml. Fixes nodejs#177.
Any updates on this?
If I remember correctly it had some performance problems, but v8 changed a lot since then.
It could be useful for "mixed" node environments such as
node-webkit
andatom-shell
, where you have browser-side APIs that deals only withArrayBuffer
.So request is to have symmetrical
Buffer.toArrayBuffer()
andBuffer.from(ArrayBuffer)
API, or some other way to make one from the other.The text was updated successfully, but these errors were encountered: