We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FetchLikeInit
EventSourceFetchInit
1 parent ed1e708 commit b3c7ae7Copy full SHA for b3c7ae7
1 file changed
src/types.ts
@@ -42,13 +42,6 @@ export interface EventSourceFetchInit {
42
redirect: 'error' | 'follow' | 'manual'
43
}
44
45
-/**
46
- * @public
47
- * @deprecated Use `EventSourceFetchInit` instead.
48
- * This type is only here for backwards compatibility and will be removed in a future version.
49
- */
50
-export type FetchLikeInit = EventSourceFetchInit
51
-
52
/**
53
* Stripped down version of `ReadableStreamDefaultReader`, only defining the parts we care about.
54
*
0 commit comments