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

Method get

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

* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation. * @returns A Fetcher object that allows you to send requests to the Worker script. * @throws If the Worker script does not exist in this dispat

(name: string, args?: {
        [key: string]: any;
    }, options?: DynamicDispatchOptions)

Source from the content-addressed store, hash-verified

7358 * @throws If the Worker script does not exist in this dispatch namespace, an error will be thrown.
7359 */
7360 get(name: string, args?: {
7361 [key: string]: any;
7362 }, options?: DynamicDispatchOptions): Fetcher;
7363}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected