ng-event-source
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ng-event-source", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "eventsource.js", | ||
@@ -5,0 +5,0 @@ "typings": "typings.d.ts", |
@@ -20,2 +20,3 @@ declare enum ReadyState {CONNECTING = 0, OPEN = 1, CLOSED = 2} | ||
headers?: Object; | ||
errorOnTimeout?: boolean; | ||
} | ||
@@ -22,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
163770
3908