extended-eventsource
Advanced tools
Comparing version 1.4.9 to 1.5.0
@@ -24,3 +24,6 @@ import { Logger } from './logger'; | ||
private logger?; | ||
constructor(url: string | URL, initDict?: EventSourceInit & EventSourceOptions); | ||
private fetch; | ||
constructor(url: string | URL, initDict?: EventSourceInit & EventSourceOptions, { inputFetch }?: { | ||
inputFetch: typeof fetch; | ||
}); | ||
get withCredentials(): boolean; | ||
@@ -27,0 +30,0 @@ get retryDelay(): number; |
{ | ||
"name": "extended-eventsource", | ||
"version": "1.4.9", | ||
"version": "1.5.0", | ||
"author": "Lukas Reining", | ||
@@ -5,0 +5,0 @@ "readme": "README.md", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
277598
6691