Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fontsource/fontsource
/ arrayBuffer
Method
arrayBuffer
website/worker-configuration.d.ts:1628–1628 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1626
get body(): ReadableStream;
1627
get bodyUsed(): boolean;
1628
arrayBuffer(): Promise<ArrayBuffer>;
1629
bytes(): Promise<Uint8Array>;
1630
text(): Promise<string>;
1631
json<T>(): Promise<T>;
Callers
7
writeDownload
Function · 0.80
router.ts
File · 0.80
upload.test.ts
File · 0.80
downloadFile
Function · 0.80
downloadVariableFile
Function · 0.80
generateZip
Function · 0.80
useFontConverter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected