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 68e89a8 commit aa6d304Copy full SHA for aa6d304
fetch/@types/index.d.ts
@@ -116,7 +116,7 @@ declare class Body {
116
}
117
118
type RequestRedirect = 'error' | 'follow' | 'manual';
119
-type RequestInfo = string | Body;
+type RequestInfo = string | Body | URL;
120
declare class Request extends Body {
121
constructor(input: RequestInfo, init?: RequestInit);
122
0 commit comments