alexgorbatchev / crc

Blazingly fast CRC implementations for node.js and browser
MIT License
349 stars 72 forks source link

Internet Explorer issue #61

Closed MatinF closed 2 years ago

MatinF commented 5 years ago

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