Closed frasern closed 9 years ago
When setting up the prototype, the code checks if UInt8Array is defined.
UInt8Array
This looks like a typo; it should instead be checking for Uint8Array (lowercase i).
Uint8Array
When setting up the prototype, the code checks if
UInt8Array
is defined.This looks like a typo; it should instead be checking for
Uint8Array
(lowercase i).