Lunatic174
Results
1
comments of
Lunatic174
IE8 throws 'Expected identifier' error because of the `exports.default = JSEncrypt;` string, 'dafault' is [reserved](https://www.w3schools.com/js/js_reserved.asp) word. This string can be replaced with `exports['default'] = JSEncrypt;` But after that the library...