edge-runtime
edge-runtime copied to clipboard
Developing, testing, and defining the runtime Web APIs for Edge infrastructure.
## Questions & Answers @edge-runtime/types depends on types like Request, Response, File, etc existing in the global scope, but it doesn't import them from anywhere. @types/node and lib.webworker.d.ts conflict with...
## Bug Report **Current behavior** This code crashes a function using the Edge runtime ``` const str = JSON.stringify({}) const enc = new TextEncoder().encode(str) const dec = new TextDecoder().decode(enc) ```...
## Bug Report When submitting a form with `enctype="multipart/form-data"` and an empty file input, the result of getting the value inside a Vercel edge function is an empty string. ```ts...
This PR addresses the following issue: Per documentation, the cookie attribute sameSite should convert the boolean value of "true" to "strict". This is not the case. Instead, a cookie will...
## Bug Report A while back, I filed https://issues.chromium.org/issues/380105420 for a completely unrelated issue in a different context. Today, I came across https://github.com/open-telemetry/opentelemetry-js/issues/4473 (https://github.com/vercel/otel/pull/136) which sounds suspiciously similar. Did some...
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
This upgrade fixes CVE-2025-55182, a React Server Components RCE vulnerability.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.25.11. Release notes Sourced from esbuild's releases. v0.25.11 Add support for with { type: 'bytes' } imports (#4292) The import bytes proposal has reached stage...