MatthewWid / better-sse

⬆ Dead simple, dependency-less, spec-compliant server-sent events implementation for Node, written in TypeScript.
MIT License
485 stars 14 forks source link

Support EventSource polyfill last event ID setting #21

Closed MatthewWid closed 3 years ago

MatthewWid commented 3 years ago

Support EventSource polyfills that send the last event ID in the URL instead of in the HTTP request headers.

MatthewWid commented 3 years ago

Implemented in #23.