Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Mar 6, 2024
1 parent 439ae34 commit dcc5ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/next/src/server/web/sandbox/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ Learn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation`),

Object.assign(context, wasm)

context.performance = performance

context.AsyncLocalStorage = AsyncLocalStorage

// @ts-ignore the timeouts have weird types in the edge runtime
Expand Down

0 comments on commit dcc5ec1

Please sign in to comment.