Skip to content

Commit c5af439

Browse files
Update .changeset/tough-tables-talk.md
Co-authored-by: Victor Berchet <[email protected]>
1 parent 0d2dd9b commit c5af439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/tough-tables-talk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
add "async mode" to `getCloudflareContext`
66

7-
add a new option to `getCloudflareContext` that makes it run in "async mode", the difference being that the returned value is a
7+
Add an `async` option to `getCloudflareContext({async})` to run it in "async mode", the difference being that the returned value is a
88
promise of the Cloudflare context instead of the context itself
99

1010
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

Comments
 (0)