We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
options.async
1 parent 75fc340 commit b572bafCopy full SHA for b572baf
packages/cloudflare/src/api/cloudflare-context.ts
@@ -96,7 +96,7 @@ export function getCloudflareContext<
96
);
97
}
98
99
- if (options.async) {
+ if (asyncMode) {
100
return getCloudflareContextFromWrangler<CfProperties, Context>().then((context) => {
101
addCloudflareContextToNodejsGlobal(context);
102
return context;
0 commit comments