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.
1 parent 0d2dd9b commit c5af439Copy full SHA for c5af439
.changeset/tough-tables-talk.md
@@ -4,7 +4,7 @@
4
5
add "async mode" to `getCloudflareContext`
6
7
-add a new option to `getCloudflareContext` that makes it run in "async mode", the difference being that the returned value is a
+Add an `async` option to `getCloudflareContext({async})` to run it in "async mode", the difference being that the returned value is a
8
promise of the Cloudflare context instead of the context itself
9
10
The main of this is that it allows the function to also run during SSG (since the missing context can be created on demand).
0 commit comments