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

Method getBuffer

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

Source from the content-addressed store, hash-verified

379 // Note: only for use by XHR
380 public static InternalAccessor = class {
381 public static getBuffer(blob: Blob) {
382 return blob._buffer;
383 }
384 };
385
386 private _buffer: Uint8Array;

Callers 4

sendMethod · 0.45
readAsDataURLMethod · 0.45
readAsTextMethod · 0.45
readAsArrayBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected