rsnext/packages/next/server/web
Shu Ding 757a0c7082
Abstract out stream related utils from render and web/utils (#35372)
The `readableStreamTee` util is only used by server/render.tsx, but ended up in the middleware runtime bundle. So it's better to add all the utils in one place, and we can remove them once upstream implementation of ReadableStream is ready.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-03-17 23:21:16 +00:00
..
sandbox Render resolved streaming content for static render result (#35221) 2022-03-10 21:34:40 +00:00
spec-compliant update NextResponse default redirect status to 307 to match docs (#33505) 2022-02-01 16:45:54 -06:00
spec-extension fix: match redirect and rewrite destination types (#34617) 2022-02-21 12:21:54 -06:00
adapter.ts Allow reading request bodies in middlewares (#34294) (#34519) 2022-02-18 19:43:43 +00:00
error.ts Improve deprecation errors for new middleware API (#30316) 2021-10-26 17:03:39 +02:00
form-data.ts Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +00:00
is.ts Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +00:00
next-url.ts Enforce absolute URLs in Edge Functions runtime (#33410) 2022-01-19 15:10:25 +00:00
types.ts Allow reading request bodies in middlewares (#34294) (#34519) 2022-02-18 19:43:43 +00:00
utils.ts Abstract out stream related utils from render and web/utils (#35372) 2022-03-17 23:21:16 +00:00