A service binding to another Worker — a fetch-shaped RPC channel.
fetch(input: Request | string,init?: RequestInit): Promise<Response>
Invokes the bound Worker.
A service binding to another Worker — a fetch-shaped RPC channel.
fetch(input: Request | string,init?: RequestInit): Promise<Response>
Invokes the bound Worker.
import { type IServiceBinding } from "cloudflare-plugin/src/index.ts";