@sumaris-net/ngx-components 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15614,7 +15614,7 @@ const NativeWebSocket = _global.WebSocket || _global.MozWebSocket;
15614
15614
  * With a hack on default Websocket, to avoid the use of protocol
15615
15615
  */
15616
15616
  const AppWebSocket = function (url, protocols) {
15617
- return new NativeWebSocket(url /*no protocols*/, protocols);
15617
+ return new NativeWebSocket(url /*no protocols*/);
15618
15618
  };
15619
15619
  AppWebSocket.CLOSED = NativeWebSocket.CLOSED;
15620
15620
  AppWebSocket.CLOSING = NativeWebSocket.CLOSING;