File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.1] ( https://github.com/EventSource/eventsource/compare/v2.0.0...v2.0.1 )
2
+
3
+ * Fix ` URL is not a constructor ` error for browser ([ #268 ] ( https://github.com/EventSource/eventsource/pull/268 ) Ajinkya Rajput)
4
+
1
5
# [ 2.0.0] ( https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0 )
2
6
3
7
* BREAKING: Node >= 12 now required ([ #152 ] ( https://github.com/EventSource/eventsource/pull/152 ) @HonkingGoose )
Original file line number Diff line number Diff line change 1
1
var parse = require ( 'url' ) . parse
2
- var URL = require ( 'url' ) . URL
3
2
var events = require ( 'events' )
4
3
var https = require ( 'https' )
5
4
var http = require ( 'http' )
Original file line number Diff line number Diff line change 52
52
"standard" : {
53
53
"ignore" : [
54
54
" example/eventsource-polyfill.js"
55
+ ],
56
+ "globals" : [
57
+ " URL"
55
58
]
56
59
}
57
60
}
You can’t perform that action at this time.
0 commit comments