Closed yu-allen closed 4 years ago
Hey @yu-allen , you should use a polyfill to provide this. Here it fails probably because IE11 doesn't support the SubtleCrypto interface. https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto
Awesome, thanks for the info. We ended resolving using the Crypto Shim: https://github.com/vibornoff/webcrypto-shim
In IE11, I am getting this error.
Is there any recommended polyfill to fix this issue?