Skip to content

@opennextjs/[email protected]

Compare
Choose a tag to compare
@workers-frameworks workers-frameworks released this 17 Feb 10:30
· 265 commits to main since this release
531ec1e

Patch Changes

  • #372 522076b Thanks @dario-piotrowicz! - add "async mode" to getCloudflareContext

    Add an async option to getCloudflareContext({async}) to run it in "async mode", the difference being that the returned value is a
    promise of the Cloudflare context instead of the context itself

    The main of this is that it allows the function to also run during SSG (since the missing context can be created on demand).