MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / readAsArrayBuffer

Method readAsArrayBuffer

packages/core/xhr/index.ts:599–602  ·  view source on GitHub ↗
(blob: Blob)

Source from the content-addressed store, hash-verified

597 }
598
599 public readAsArrayBuffer(blob: Blob) {
600 this._read(blob, 'readAsArrayBuffer');
601 this._result = Blob.InternalAccessor.getBuffer(blob).buffer.slice(0);
602 }
603
604 public abort() {
605 //

Callers 1

readBlobAsArrayBufferFunction · 0.95

Calls 3

_readMethod · 0.95
sliceMethod · 0.45
getBufferMethod · 0.45

Tested by

no test coverage detected