I'm trying to utilize the crc32 module in my react application. However, as soon as the module is imported the application is not able to load on Internet Explorer. I get the following console error:
WebSocket Error: Network Error 12030, The connection with the server was terminated abnormally
Hi there,
I'm trying to utilize the crc32 module in my react application. However, as soon as the module is imported the application is not able to load on Internet Explorer. I get the following console error:
WebSocket Error: Network Error 12030, The connection with the server was terminated abnormally
Any ideas what can be done to avoid this?
Martin