Skip to content

Conversation

@goto-bus-stop
Copy link
Member

@goto-bus-stop goto-bus-stop commented May 1, 2019

Old Node.js Buffers were not based on Uint8Array, I think it's best not to pretend that they were. Now isArrayBufferView and isUint8Array will agree on whether a buffer is a typed array (both no for old ones, yes for new ones)

A typed array / Symbol.toStringTag test doesn't work in Firefox 65 and below, it might be a bug there and it's quite an edge case anyway so we'll skip that test for now.

@goto-bus-stop goto-bus-stop merged commit f090e96 into master May 1, 2019
@goto-bus-stop goto-bus-stop deleted the old-node branch May 1, 2019 11:10
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