@tanushree could we request access? we just got into the workers launchpad program 🙂
@tanushree could we request access? we just got into the workers launchpad program 
args, does it documented somehow? How it can be used?
assets.webstudio.is and assets.wstd.work*/* at wstd.work zoneassets.wstd.work/* is set to None to bypass 2.proxy-fallback A 192.0.2.1*.customers CNAME proxy-fallback.wstd.workassets.wstd.work must not be preventedPROXY enabled on route.poke-method.work domainpoke-method.work CNAME customer-id.customers.wstd.work with Proxy flag enabled export interface DispatchNamespace {
/**
* @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 dispatch namespace, an error will be thrown.
*/
get(
name: string,
args?: {
[key: string]: any;
},
options?: DynamicDispatchOptions
): Fetcher;
}assets.webstudio.isassets.wstd.workassets.wstd.work*/*wstd.workassets.wstd.work/*None2proxy-fallback A 192.0.2.1*.customers CNAME proxy-fallback.wstd.workawait fetch(`https://assets.wstd.work/some-resource.ext`, request);await fetch(`https://assets.webstudio.is/some-resource.ext`, request);PROXYpoke-method.workpoke-method.work CNAME customer-id.customers.wstd.work