Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upuse toArrayBuffer() only when present #52
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
substack commentedMar 25, 2016
toArrayBuffer() was removed in node core a long time ago and was removed from browserify's buffer implementation in january: feross/buffer#90
This patch guards the call to toArrayBuffer() only when it's present.
Fixes #50.