rsnext/packages/next/server/web
Jiachi Liu d5e767b20d
Add process env NEXT_RUNTIME (#36383)
* To help determine the current running environment is in server nodejs / edge runtime
* Remove usage of `process.browser`
2022-04-26 17:54:28 +00:00
..
sandbox Add process env NEXT_RUNTIME (#36383) 2022-04-26 17:54:28 +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(NextResponse.json): pass options (#35367) 2022-04-15 22:23:42 -05: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 fix: do not add locale prefix to api route on NextURL (#36118) 2022-04-13 15:30:03 +00:00
types.ts Allow reading request bodies in middlewares (#34294) (#34519) 2022-02-18 19:43:43 +00:00
utils.ts Add support for tsconfig moduleResolution node | node12 | nodenext (#36189) 2022-04-15 17:09:12 +00:00