Closed bennycode closed 7 years ago
ReconnectingWebsocket extends the WebSocket's close event by a third parameter (for additional configuration): https://github.com/pladaria/reconnecting-websocket/blob/v3.2.1/index.ts#L189
ReconnectingWebsocket
close
I added the specifics of this config parameter to the definition file to make it available for code which is using ReconnectingWebsocket.
Coverage remained the same at 100.0% when pulling 7619acf5a4aeb566e50df99074399012a462dd0d on bennyn:patch-1 into 69a1bc69a6c025793c02b78116e867f2ef77af28 on pladaria:master.
Thanks :)
ReconnectingWebsocket
extends the WebSocket'sclose
event by a third parameter (for additional configuration): https://github.com/pladaria/reconnecting-websocket/blob/v3.2.1/index.ts#L189I added the specifics of this config parameter to the definition file to make it available for code which is using
ReconnectingWebsocket
.