Checks whether the current browser environment exposes the APIs required by
Sovereignbase browser features.
The check requires a secure browser context plus storage, worker,
notifications, Web Crypto, and WebAuthn platform authenticator support. It
resolves to false in non-browser runtimes and unsupported browsers.
Returns Promise<boolean>
A promise that resolves to true when the required browser
dependencies are available; otherwise, false.
Checks whether the current browser environment exposes the APIs required by Sovereignbase browser features.
The check requires a secure browser context plus storage, worker, notifications, Web Crypto, and WebAuthn platform authenticator support. It resolves to
falsein non-browser runtimes and unsupported browsers.