IE11 implements an earlier version of the Crypto API standard:
https://msdn.microsoft.com/en-us/windows/dn904640(v=vs.71)
Most notably, msCrypto.subtle.digest returns a CryptoOperation rather than a Promise.
MDN page:
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest
Related PRs?
I鈥檓 now looking into this as part of fixing the entirety of the Crypto API support data, as the whole thing is聽a聽complete and utter mess.
Most helpful comment
I鈥檓 now looking into this as part of fixing the entirety of the
CryptoAPI support data, as the whole thing is聽a聽complete and utter mess.