Releases: pladaria/reconnecting-websocket
Releases · pladaria/reconnecting-websocket
v4.4.0
- Improve websocket types
- add
dispatchEvent
method
v4.3.0
Fix types to support TS 3.7
v4.2.0
- Upgrade dependencies
- #97 Support a Max Queue Size for Buffered Messages
- #94 Set no delay for the first connection
- #106 package.json module points to non-existing file
- #107 Make isWebSocket check more lenient to support iOS Safari
- #102 added startClosed option
- #104 fix error event type
v4.1.0
- many bugfixes
- support passing objects with handleEvent as even listeners
Add support to pass a function as url
Now it is possible to update the URL before connecting, simply pass a function that returns the URL to the url
parameter. See README for an example