Closed ppissanetzky closed 11 years ago
For some reason the 'instanceof' operator does not work for typed arrays. For example:
(new Uint8Array()) instanceof Uint8Array
returns false.
For some reason the 'instanceof' operator does not work for typed arrays. For example:
returns false.