window.crypto.subtle.generateKey
throws an error undefined is not an object (evaluating ’a.subtle()[f]’)
on Safari 15 on iOS {iOS 15 Beta 5}, while it was working as expected
on the previous Beta versions 1 & 2 and all other previous iOS
versions.
We’ve been using SubtleCrypto library in our React-Native app on an iPhone 11 with iOS 15 Beta and ran into this issue.
Can anyone please let me know if they could fix this issue or kindly point me to the correct forum regarding this.
Thanks!