We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2363a09 commit 93e9c80Copy full SHA for 93e9c80
1 file changed
packages/core/src/exports/public/index.ts
@@ -161,7 +161,7 @@ export type IsomorphicHeaders = Headers;
161
* @deprecated Use the standard `Request` web type. v2's {@linkcode ServerContext}
162
* exposes the originating HTTP request at `ctx.http?.req`.
163
*/
164
-export type RequestInfo = Request;
+export type RequestInfo = globalThis.Request;
165
166
// `FetchLike` keeps its v1 name and is re-exported above from
167
// '../../shared/transport.js' — no alias needed.
0 commit comments