Skip to main content
This page has been updated for Wallets SDK V1. If you are using the previous version, see the previous version docs or the V1 migration guide.
Defined in: packages/wallets/src/utils/errors.ts:106 Thrown when the browser does not support third-party storage partitioning, making it unsafe to store device-signer keys in IndexedDB. Consumers should either prompt the user to upgrade their browser or fall back to a non-device signer (e.g. recovery signer).

Extends

  • CrossmintSDKError

Constructors

new UnsupportedBrowserError()

new UnsupportedBrowserError(message, details?): UnsupportedBrowserError
Defined in: packages/wallets/src/utils/errors.ts:107

Parameters

Returns

UnsupportedBrowserError

Overrides

CrossmintSDKError.constructor

Properties

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void
Defined in: node_modules/.pnpm/@types+node@20.14.8/node_modules/@types/node/globals.d.ts:21 Create .stack property on a target object

Parameters

Returns

void

Inherited from

CrossmintSDKError.captureStackTrace