Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle newlines with multiple consecutive data fields on eventStream (#…
…343) Server-Sent Events handle multi-line data with multiple consecutive data fields. * [Spec](https://web.dev/articles/eventsource-basics#multi-line_data) * [Client-side code](https://github.com/mpetazzoni/sse.js/blob/febdf09b9d3434b9ab59207519f6ff9dd30d97b0/lib/sse.js#L234) This PR adds support for newlines as expected.
- Loading branch information