Skip to content

@ralphschuler.webgl shader factory.<internal>.Navigator

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: Navigator

@ralphschuler/webgl-shader-factory.<internal>.Navigator

The state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.

MDN Reference

Hierarchy

Table of contents

Properties

Methods

Properties

appCodeName

Readonly appCodeName: string

Deprecated

MDN Reference

Inherited from

NavigatorID.appCodeName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15969


appName

Readonly appName: string

Deprecated

MDN Reference

Inherited from

NavigatorID.appName

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15975


appVersion

Readonly appVersion: string

Deprecated

MDN Reference

Inherited from

NavigatorID.appVersion

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15981


clipboard

Readonly clipboard: Clipboard

Available only in secure contexts.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15860


cookieEnabled

Readonly cookieEnabled: boolean

MDN Reference

Inherited from

NavigatorCookies.cookieEnabled

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15960


credentials

Readonly credentials: CredentialsContainer

Available only in secure contexts.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15866


doNotTrack

Readonly doNotTrack: null | string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15867


geolocation

Readonly geolocation: Geolocation

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15869


hardwareConcurrency

Readonly hardwareConcurrency: number

MDN Reference

Inherited from

NavigatorConcurrentHardware.hardwareConcurrency

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15946


language

Readonly language: string

MDN Reference

Inherited from

NavigatorLanguage.language

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16018


languages

Readonly languages: readonly string[]

MDN Reference

Inherited from

NavigatorLanguage.languages

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16020


locks

Readonly locks: LockManager

MDN Reference

Inherited from

NavigatorLocks.locks

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16026


maxTouchPoints

Readonly maxTouchPoints: number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15871


mediaCapabilities

Readonly mediaCapabilities: MediaCapabilities

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15873


mediaDevices

Readonly mediaDevices: MediaDevices

Available only in secure contexts.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15879


mediaSession

Readonly mediaSession: MediaSession

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15881


mimeTypes

Readonly mimeTypes: MimeTypeArray

Deprecated

MDN Reference

Inherited from

NavigatorPlugins.mimeTypes

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16040


onLine

Readonly onLine: boolean

MDN Reference

Inherited from

NavigatorOnLine.onLine

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16031


pdfViewerEnabled

Readonly pdfViewerEnabled: boolean

MDN Reference

Inherited from

NavigatorPlugins.pdfViewerEnabled

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16042


permissions

Readonly permissions: Permissions

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15883


platform

Readonly platform: string

Deprecated

MDN Reference

Inherited from

NavigatorID.platform

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15987


plugins

Readonly plugins: PluginArray

Deprecated

MDN Reference

Inherited from

NavigatorPlugins.plugins

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16048


product

Readonly product: string

Deprecated

MDN Reference

Inherited from

NavigatorID.product

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15993


productSub

Readonly productSub: string

Deprecated

MDN Reference

Inherited from

NavigatorID.productSub

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15999


serviceWorker

Readonly serviceWorker: ServiceWorkerContainer

Available only in secure contexts.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15889


storage

Readonly storage: StorageManager

MDN Reference

Inherited from

NavigatorStorage.storage

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16060


userActivation

Readonly userActivation: UserActivation

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15891


userAgent

Readonly userAgent: string

MDN Reference

Inherited from

NavigatorID.userAgent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16001


vendor

Readonly vendor: string

Deprecated

MDN Reference

Inherited from

NavigatorID.vendor

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16007


vendorSub

Readonly vendorSub: string

Deprecated

MDN Reference

Inherited from

NavigatorID.vendorSub

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16013


wakeLock

Readonly wakeLock: WakeLock

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15893


webdriver

Readonly webdriver: boolean

MDN Reference

Inherited from

NavigatorAutomationInformation.webdriver

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15933

Methods

canShare

canShare(data?): boolean

Available only in secure contexts.

MDN Reference

Parameters

Name Type
data? ShareData

Returns

boolean

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15899


clearAppBadge

clearAppBadge(): Promise<void>

MDN Reference

Returns

Promise<void>

Inherited from

NavigatorBadge.clearAppBadge

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15939


getGamepads

getGamepads(): (null | Gamepad)[]

MDN Reference

Returns

(null | Gamepad)[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15901


javaEnabled

javaEnabled(): boolean

Returns

boolean

Deprecated

MDN Reference

Inherited from

NavigatorPlugins.javaEnabled

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16054


registerProtocolHandler

registerProtocolHandler(scheme, url): void

Available only in secure contexts.

MDN Reference

Parameters

Name Type
scheme string
url string | URL

Returns

void

Inherited from

NavigatorContentUtils.registerProtocolHandler

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15955


requestMIDIAccess

requestMIDIAccess(options?): Promise<MIDIAccess>

Available only in secure contexts.

MDN Reference

Parameters

Name Type
options? MIDIOptions

Returns

Promise<MIDIAccess>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15907


requestMediaKeySystemAccess

requestMediaKeySystemAccess(keySystem, supportedConfigurations): Promise<MediaKeySystemAccess>

Available only in secure contexts.

MDN Reference

Parameters

Name Type
keySystem string
supportedConfigurations MediaKeySystemConfiguration[]

Returns

Promise<MediaKeySystemAccess>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15913


sendBeacon

sendBeacon(url, data?): boolean

MDN Reference

Parameters

Name Type
url string | URL
data? null | BodyInit

Returns

boolean

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15915


setAppBadge

setAppBadge(contents?): Promise<void>

MDN Reference

Parameters

Name Type
contents? number

Returns

Promise<void>

Inherited from

NavigatorBadge.setAppBadge

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15941


share

share(data?): Promise<void>

Available only in secure contexts.

MDN Reference

Parameters

Name Type
data? ShareData

Returns

Promise<void>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15921


vibrate

vibrate(pattern): boolean

MDN Reference

Parameters

Name Type
pattern VibratePattern

Returns

boolean

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15923

Typescript Libraries

Modules

Namespaces

Clone this wiki locally