Skip to content
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

Fixes for Node.js <= 0.12 and Firefox <66 #37

Merged
merged 6 commits into from
May 1, 2019
Merged

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.

None yet

1 participant