defineCloudflareFetch function
Installs the Cloudflare Fetch bootstrap function.
Implementation
void defineCloudflareFetch(Object engine) {
defineFetchExport(
'Cloudflare',
engine as Engine,
capabilities: cloudflareCapabilities,
);
}
Installs the Cloudflare Fetch bootstrap function.
void defineCloudflareFetch(Object engine) {
defineFetchExport(
'Cloudflare',
engine as Engine,
capabilities: cloudflareCapabilities,
);
}