Skip to content

Commit 3d90fc5

Browse files
hmajorosHenry Majoros
andauthored
fix typedef for fetch to match spec (#717)
Co-authored-by: Henry Majoros <[email protected]>
1 parent 9633076 commit 3d90fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import RSVP from 'rsvp';
88
export default function fetch(
9-
input: RequestInfo,
9+
input: URL | RequestInfo,
1010
init?: RequestInit
1111
): RSVP.Promise<Response>;
1212
export const Headers: {

0 commit comments

Comments
 (0)