- Needed to bring
URLSearchParams
into the runtime
- Needed to bring TextEncoder/TextDecoder (UTF-8) only to support converting between
string
andArrayBuffer
- Modified to use TypeScript without Fetch implementation. Only
Headers
,Request
, andResponse
are used.
- Needed to support the Streams API in the runtime (e.g.
ReadableStream
)