MCPcopy Create free account
hub / github.com/fontsource/fontsource / readable

Method readable

website/worker-configuration.d.ts:2432–2432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2430}
2431interface Socket {
2432 get readable(): ReadableStream;
2433 get writable(): WritableStream;
2434 get closed(): Promise<void>;
2435 get opened(): Promise<SocketInfo>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected