Daniel Leib
Results
3
issues of
Daniel Leib
Currently the lastEventId is set as query parameter. But it should also set the header field 'Last-Event-ID' https://html.spec.whatwg.org/multipage/iana.html#last-event-id Its already in the code, but commented: https://github.com/sguiheux/EventSource/blob/eb04814bc359ac5811094d4aa91447b502316c22/eventsource.js#L572
Before this fix the constructor fails for statement 'options.heartbeatTimeout' if 'options' is not defined.