IServiceBinding.fetch(input: Request | string,init?: RequestInit): Promise<Response>
Invokes the bound Worker.
input: Request | string
The request, as fetch accepts it
optional
init: RequestInit
Request initialization
Promise<Response>
The bound Worker's response