v0.5.0
Added
- Added broadcast channels that allow pushing events to multiple sessions at once.
- Added support for EventStream polyfills
event-source-polyfillandeventsource-polyfill. - Added the
Session#stateproperty to have a safe namespace for keeping information attached to the session.
Fixed
- Fixed TypeScript types for the
Session#lastIdnot being read-only.