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

Pad initial response as a workaround for IE #22

Closed MatthewWid closed 3 years ago

MatthewWid commented 3 years ago

Pad the initial response data as a workaround for older version of IE. This should be enabled by default, but able to be turned off in the session constructor options.