SFC Playground isn't compatible with SubtleCrypto: it needs https access internally
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
Adding modules that use browser cryptography breaks the SFC playground because of forced redirect. If using SubtleCrypto
- it's methods are unavailable...
What is expected?
Internal virtual server to be localhost
as it doesn't need to be loaded from https location. Or some emulation of https connection so we can explore the browser cryptography in Vue SFC playground.
What is actually happening?
Some incorrect redirect happens if I use Gun js library SEA. If not - just empty SubtleCrypto
shows the bug.
System Info
No response
Any additional comments?
No response