Interface: DEPRECATED_WalletsNavigator
Deprecated
Use WalletEventsWindow instead.
Extends
Navigator
Properties
wallets?
optionalwallets:DEPRECATED_Wallets
clipboard
readonlyclipboard:Clipboard
Available only in secure contexts.
Inherited from
Navigator.clipboard
credentials
readonlycredentials:CredentialsContainer
Available only in secure contexts.
Inherited from
Navigator.credentials
doNotTrack
readonlydoNotTrack:string|null
Inherited from
Navigator.doNotTrack
geolocation
readonlygeolocation:Geolocation
Inherited from
Navigator.geolocation
maxTouchPoints
readonlymaxTouchPoints:number
Inherited from
Navigator.maxTouchPoints
mediaCapabilities
readonlymediaCapabilities:MediaCapabilities
Inherited from
Navigator.mediaCapabilities
mediaDevices
readonlymediaDevices:MediaDevices
Available only in secure contexts.
Inherited from
Navigator.mediaDevices
mediaSession
readonlymediaSession:MediaSession
Inherited from
Navigator.mediaSession
permissions
readonlypermissions:Permissions
Inherited from
Navigator.permissions
serviceWorker
readonlyserviceWorker:ServiceWorkerContainer
Available only in secure contexts.
Inherited from
Navigator.serviceWorker
userActivation
readonlyuserActivation:UserActivation
Inherited from
Navigator.userActivation
wakeLock
readonlywakeLock:WakeLock
Inherited from
Navigator.wakeLock
webdriver
readonlywebdriver:boolean
Inherited from
Navigator.webdriver
hardwareConcurrency
readonlyhardwareConcurrency:number
Inherited from
Navigator.hardwareConcurrency
cookieEnabled
readonlycookieEnabled:boolean
Inherited from
Navigator.cookieEnabled
appCodeName
readonlyappCodeName:string
Deprecated
Inherited from
Navigator.appCodeName
appName
readonlyappName:string
Deprecated
Inherited from
Navigator.appName
appVersion
readonlyappVersion:string
Deprecated
Inherited from
Navigator.appVersion
platform
readonlyplatform:string
Deprecated
Inherited from
Navigator.platform
product
readonlyproduct:string
Deprecated
Inherited from
Navigator.product
productSub
readonlyproductSub:string
Deprecated
Inherited from
Navigator.productSub
userAgent
readonlyuserAgent:string
Inherited from
Navigator.userAgent
vendor
readonlyvendor:string
Deprecated
Inherited from
Navigator.vendor
vendorSub
readonlyvendorSub:string
Deprecated
Inherited from
Navigator.vendorSub
language
readonlylanguage:string
Inherited from
Navigator.language
languages
readonlylanguages: readonlystring[]
Inherited from
Navigator.languages
locks
readonlylocks:LockManager
Inherited from
Navigator.locks
onLine
readonlyonLine:boolean
Inherited from
Navigator.onLine
mimeTypes
readonlymimeTypes:MimeTypeArray
Deprecated
Inherited from
Navigator.mimeTypes
pdfViewerEnabled
readonlypdfViewerEnabled:boolean
Inherited from
Navigator.pdfViewerEnabled
plugins
readonlyplugins:PluginArray
Deprecated
Inherited from
Navigator.plugins
storage
readonlystorage:StorageManager
Inherited from
Navigator.storage
Methods
canShare()
canShare(
data?):boolean
Available only in secure contexts.
Parameters
data?
ShareData
Returns
boolean
Inherited from
Navigator.canShare
getGamepads()
getGamepads(): (
Gamepad|null)[]
Returns
(Gamepad | null)[]
Inherited from
Navigator.getGamepads
requestMIDIAccess()
requestMIDIAccess(
options?):Promise<MIDIAccess>
Available only in secure contexts.
Parameters
options?
MIDIOptions
Returns
Promise<MIDIAccess>
Inherited from
Navigator.requestMIDIAccess
requestMediaKeySystemAccess()
Call Signature
requestMediaKeySystemAccess(
keySystem,supportedConfigurations):Promise<MediaKeySystemAccess>
Available only in secure contexts.
Parameters
keySystem
string
supportedConfigurations
MediaKeySystemConfiguration[]
Returns
Promise<MediaKeySystemAccess>
Inherited from
Navigator.requestMediaKeySystemAccess
Call Signature
requestMediaKeySystemAccess(
keySystem,supportedConfigurations):Promise<MediaKeySystemAccess>
Available only in secure contexts.
Parameters
keySystem
string
supportedConfigurations
Iterable<MediaKeySystemConfiguration>
Returns
Promise<MediaKeySystemAccess>
Inherited from
Navigator.requestMediaKeySystemAccess
sendBeacon()
sendBeacon(
url,data?):boolean
Parameters
url
string | URL
data?
BodyInit | null
Returns
boolean
Inherited from
Navigator.sendBeacon
share()
share(
data?):Promise<void>
Available only in secure contexts.
Parameters
data?
ShareData
Returns
Promise<void>
Inherited from
Navigator.share
vibrate()
Call Signature
vibrate(
pattern):boolean
Parameters
pattern
VibratePattern
Returns
boolean
Inherited from
Navigator.vibrate
Call Signature
vibrate(
pattern):boolean
Parameters
pattern
Iterable<number>
Returns
boolean
Inherited from
Navigator.vibrate
clearAppBadge()
clearAppBadge():
Promise<void>
Returns
Promise<void>
Inherited from
Navigator.clearAppBadge
setAppBadge()
setAppBadge(
contents?):Promise<void>
Parameters
contents?
number
Returns
Promise<void>
Inherited from
Navigator.setAppBadge
registerProtocolHandler()
registerProtocolHandler(
scheme,url):void
Available only in secure contexts.
Parameters
scheme
string
url
string | URL
Returns
void
Inherited from
Navigator.registerProtocolHandler
javaEnabled()
javaEnabled():
boolean
Returns
boolean
Deprecated
Inherited from
Navigator.javaEnabled