Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ arrayBuffer
Method
arrayBuffer
packages/core/xhr/index.ts:435–437 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
433
}
434
435
public arrayBuffer() {
436
return
Promise.resolve(this._buffer);
437
}
438
439
public text(): Promise<string> {
440
const
textDecoder =
new
TextDecoder();
Callers
1
test_fetch_arraybuffer
Function · 0.80
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected