Skip to content

Commit

Permalink
feat(types): Add timeout property to RequestInit interface (#173)
Browse files Browse the repository at this point in the history
closes #103
  • Loading branch information
ritchieanesco authored Aug 3, 2020
1 parent 5ceb388 commit ad5a403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export interface RequestInit {
referrer?: string
referrerPolicy?: ReferrerPolicy
signal?: AbortSignal | null
timeout?: number
window?: any
}

Expand Down

0 comments on commit ad5a403

Please sign in to comment.