@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.
- package/esm2020/src/app/core/graphql/graphql.utils.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
15617
|
+
return new NativeWebSocket(url /*no protocols*/);
|
|
15618
15618
|
};
|
|
15619
15619
|
AppWebSocket.CLOSED = NativeWebSocket.CLOSED;
|
|
15620
15620
|
AppWebSocket.CLOSING = NativeWebSocket.CLOSING;
|