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 9633076 commit 3d90fc5Copy full SHA for 3d90fc5
index.d.ts
@@ -6,7 +6,7 @@
6
7
import RSVP from 'rsvp';
8
export default function fetch(
9
- input: RequestInfo,
+ input: URL | RequestInfo,
10
init?: RequestInit
11
): RSVP.Promise<Response>;
12
export const Headers: {
0 commit comments