We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba26c commit bc2fc1dCopy full SHA for bc2fc1d
index.js
@@ -20,7 +20,7 @@
20
function coerceArray(arg, copy) {
21
22
// ArrayBuffer view
23
- if (arg.buffer && ArrayBuffer.isView(arg) && arg.name === 'Uint8Array') {
+ if (arg.buffer && arg.name === 'Uint8Array') {
24
25
if (copy) {
26
if (arg.slice) {
0 commit comments