rsnext/packages/next/server/web/sandbox
Kiko Beats 0eba5b2558
web runtime: add AbortController & AbortSignal (#32089)
It adds AbortController and AbortSignal Web runtimes APIs to be used by the user at Edge Functions.

For doing that it delegates into `abort-controller` dependency that has been frozen to prevent any modification.

Co-authored-by: Zhang Zhi <20026577+fytriht@users.noreply.github.com>
2021-12-21 17:12:53 +00:00
..
context.ts web runtime: add AbortController & AbortSignal (#32089) 2021-12-21 17:12:53 +00:00
index.ts Refactor sandbox module cache (#31822) 2021-11-26 12:06:41 +00:00
polyfills.ts Remove TextEncoder and TextDecoder wrappers (#31490) 2021-11-16 14:12:22 +00:00
require.ts Refactor sandbox module cache (#31822) 2021-11-26 12:06:41 +00:00
sandbox.ts Fix running server with Polyfilled fetch (#32368) 2021-12-13 18:30:24 +00:00