* @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)
| 5677 | * @throws If the Worker script does not exist in this dispatch namespace, an error will be thrown. |
| 5678 | */ |
| 5679 | get(name: string, args?: { |
| 5680 | [key: string]: any; |
| 5681 | }, options?: DynamicDispatchOptions): Fetcher; |
| 5682 | } |
nothing calls this directly
no outgoing calls
no test coverage detected