Skip to main content

Interface: DEPRECATED_WalletsNavigator

Deprecated

Use WalletEventsWindow instead.

Extends

  • Navigator

Properties

wallets?

optional wallets: DEPRECATED_Wallets


clipboard

readonly clipboard: Clipboard

Available only in secure contexts.

MDN Reference

Inherited from

Navigator.clipboard


credentials

readonly credentials: CredentialsContainer

Available only in secure contexts.

MDN Reference

Inherited from

Navigator.credentials


doNotTrack

readonly doNotTrack: string | null

Inherited from

Navigator.doNotTrack


geolocation

readonly geolocation: Geolocation

MDN Reference

Inherited from

Navigator.geolocation


maxTouchPoints

readonly maxTouchPoints: number

MDN Reference

Inherited from

Navigator.maxTouchPoints


mediaCapabilities

readonly mediaCapabilities: MediaCapabilities

MDN Reference

Inherited from

Navigator.mediaCapabilities


mediaDevices

readonly mediaDevices: MediaDevices

Available only in secure contexts.

MDN Reference

Inherited from

Navigator.mediaDevices


mediaSession

readonly mediaSession: MediaSession

MDN Reference

Inherited from

Navigator.mediaSession


permissions

readonly permissions: Permissions

MDN Reference

Inherited from

Navigator.permissions


serviceWorker

readonly serviceWorker: ServiceWorkerContainer

Available only in secure contexts.

MDN Reference

Inherited from

Navigator.serviceWorker


userActivation

readonly userActivation: UserActivation

MDN Reference

Inherited from

Navigator.userActivation


wakeLock

readonly wakeLock: WakeLock

MDN Reference

Inherited from

Navigator.wakeLock


webdriver

readonly webdriver: boolean

MDN Reference

Inherited from

Navigator.webdriver


hardwareConcurrency

readonly hardwareConcurrency: number

MDN Reference

Inherited from

Navigator.hardwareConcurrency


cookieEnabled

readonly cookieEnabled: boolean

MDN Reference

Inherited from

Navigator.cookieEnabled


appCodeName

readonly appCodeName: string

Deprecated

MDN Reference

Inherited from

Navigator.appCodeName


appName

readonly appName: string

Deprecated

MDN Reference

Inherited from

Navigator.appName


appVersion

readonly appVersion: string

Deprecated

MDN Reference

Inherited from

Navigator.appVersion


platform

readonly platform: string

Deprecated

MDN Reference

Inherited from

Navigator.platform


product

readonly product: string

Deprecated

MDN Reference

Inherited from

Navigator.product


productSub

readonly productSub: string

Deprecated

MDN Reference

Inherited from

Navigator.productSub


userAgent

readonly userAgent: string

MDN Reference

Inherited from

Navigator.userAgent


vendor

readonly vendor: string

Deprecated

MDN Reference

Inherited from

Navigator.vendor


vendorSub

readonly vendorSub: string

Deprecated

MDN Reference

Inherited from

Navigator.vendorSub


language

readonly language: string

MDN Reference

Inherited from

Navigator.language


languages

readonly languages: readonly string[]

MDN Reference

Inherited from

Navigator.languages


locks

readonly locks: LockManager

MDN Reference

Inherited from

Navigator.locks


onLine

readonly onLine: boolean

MDN Reference

Inherited from

Navigator.onLine


mimeTypes

readonly mimeTypes: MimeTypeArray

Deprecated

MDN Reference

Inherited from

Navigator.mimeTypes


pdfViewerEnabled

readonly pdfViewerEnabled: boolean

MDN Reference

Inherited from

Navigator.pdfViewerEnabled


plugins

readonly plugins: PluginArray

Deprecated

MDN Reference

Inherited from

Navigator.plugins


storage

readonly storage: StorageManager

MDN Reference

Inherited from

Navigator.storage

Methods

canShare()

canShare(data?): boolean

Available only in secure contexts.

MDN Reference

Parameters

data?

ShareData

Returns

boolean

Inherited from

Navigator.canShare


getGamepads()

getGamepads(): (Gamepad | null)[]

MDN Reference

Returns

(Gamepad | null)[]

Inherited from

Navigator.getGamepads


requestMIDIAccess()

requestMIDIAccess(options?): Promise<MIDIAccess>

Available only in secure contexts.

MDN Reference

Parameters

options?

MIDIOptions

Returns

Promise<MIDIAccess>

Inherited from

Navigator.requestMIDIAccess


requestMediaKeySystemAccess()

Call Signature

requestMediaKeySystemAccess(keySystem, supportedConfigurations): Promise<MediaKeySystemAccess>

Available only in secure contexts.

MDN Reference

Parameters
keySystem

string

supportedConfigurations

MediaKeySystemConfiguration[]

Returns

Promise<MediaKeySystemAccess>

Inherited from

Navigator.requestMediaKeySystemAccess

Call Signature

requestMediaKeySystemAccess(keySystem, supportedConfigurations): Promise<MediaKeySystemAccess>

Available only in secure contexts.

MDN Reference

Parameters
keySystem

string

supportedConfigurations

Iterable<MediaKeySystemConfiguration>

Returns

Promise<MediaKeySystemAccess>

Inherited from

Navigator.requestMediaKeySystemAccess


sendBeacon()

sendBeacon(url, data?): boolean

MDN Reference

Parameters

url

string | URL

data?

BodyInit | null

Returns

boolean

Inherited from

Navigator.sendBeacon


share()

share(data?): Promise<void>

Available only in secure contexts.

MDN Reference

Parameters

data?

ShareData

Returns

Promise<void>

Inherited from

Navigator.share


vibrate()

Call Signature

vibrate(pattern): boolean

MDN Reference

Parameters
pattern

VibratePattern

Returns

boolean

Inherited from

Navigator.vibrate

Call Signature

vibrate(pattern): boolean

MDN Reference

Parameters
pattern

Iterable<number>

Returns

boolean

Inherited from

Navigator.vibrate


clearAppBadge()

clearAppBadge(): Promise<void>

MDN Reference

Returns

Promise<void>

Inherited from

Navigator.clearAppBadge


setAppBadge()

setAppBadge(contents?): Promise<void>

MDN Reference

Parameters

contents?

number

Returns

Promise<void>

Inherited from

Navigator.setAppBadge


registerProtocolHandler()

registerProtocolHandler(scheme, url): void

Available only in secure contexts.

MDN Reference

Parameters

scheme

string

url

string | URL

Returns

void

Inherited from

Navigator.registerProtocolHandler


javaEnabled()

javaEnabled(): boolean

Returns

boolean

Deprecated

MDN Reference

Inherited from

Navigator.javaEnabled