Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
readBlobAsArrayBuffer
Function · 0.95
Calls
3
_read
Method · 0.95
slice
Method · 0.45
getBuffer
Method · 0.45
Tested by
no test coverage detected