edge-runtime
edge-runtime copied to clipboard
Developing, testing, and defining the runtime Web APIs for Edge infrastructure.
Hello! I'm trying to integrate with edge-runtime into my project monorepo, but I'm having a few issues getting started with the types package. When I follow the instructions on the...
Right now `@edge-runtime/format` is missing at https://edge-runtime.vercel.sh
The CacheStorage is holding all the A `CacheStorage` object represents a name to cache map of its associated global object's: ```js self.caches // CacheStorage {} self.caches instanceof CacheStorage // true...
I think having a public method to expose "hot reloading" is useful. Generally speaking this kind of sandboxes are great to implement great developer experience where the developer simply write...
Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.6.0. Release notes Sourced from undici's releases. v5.6.0 What's Changed build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in nodejs/undici#1493 fix: cleanup connect by...
**Steps to reproduce / minimal reproducible example:** 1) Fork / use https://github.com/art-alexeyenko/lock-stock-mock as minimal repro example; 2) Deploy mock-express to Vercel - this will be used as an endpoint for...
Fixes #83
We are supporting node12 essentially because it's the minimum Node.js version supported by Next.js. The moment that changes, we can: - [ ] Upgrade jest@28 to jest@29 - [ ]...
If I import the edge runtime, then my process has an uncaught exception, my process exits with no error message and an exit code of `0`. Reproduction: https://github.com/EndangeredMassa/reproduction-process-exit-behavior Example: ```...