In VSCode Webview, window.crypto.subtle not working.
The possible reason is (from MDN):
This feature is available only in secure contexts (HTTPS)
And in VSCode Webview, the window.location.protocal is data:
So, it has a polyfill to resolve this?
PS: I have tried some lib(eg webcrypto-liner, webcrypto-shim), none of them working.
