File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 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+
15# [ 2.0.0] ( https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0 )
26
37* BREAKING: Node >= 12 now required ([ #152 ] ( https://github.com/EventSource/eventsource/pull/152 ) @HonkingGoose )
Original file line number Diff line number Diff line change 11var parse = require ( 'url' ) . parse
2- var URL = require ( 'url' ) . URL
32var events = require ( 'events' )
43var https = require ( 'https' )
54var http = require ( 'http' )
Original file line number Diff line number Diff line change 5252 "standard" : {
5353 "ignore" : [
5454 " example/eventsource-polyfill.js"
55+ ],
56+ "globals" : [
57+ " URL"
5558 ]
5659 }
5760}
You can’t perform that action at this time.
0 commit comments