Searched refs:typedArray (Results 1 – 1 of 1) sorted by relevance
299 StreamingDataView.prototype.readInto = function(typedArray) argument302 typedArray.set(this.buffer.slice(where, where + typedArray.byteLength));303 this.position += typedArray.byteLength;