-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.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.
-
↳
Navigator
- appCodeName
- appName
- appVersion
- clipboard
- cookieEnabled
- credentials
- doNotTrack
- geolocation
- hardwareConcurrency
- language
- languages
- locks
- maxTouchPoints
- mediaCapabilities
- mediaDevices
- mediaSession
- mimeTypes
- onLine
- pdfViewerEnabled
- permissions
- platform
- plugins
- product
- productSub
- serviceWorker
- storage
- userActivation
- userAgent
- vendor
- vendorSub
- wakeLock
- webdriver
- canShare
- clearAppBadge
- getGamepads
- javaEnabled
- registerProtocolHandler
- requestMIDIAccess
- requestMediaKeySystemAccess
- sendBeacon
- setAppBadge
- share
- vibrate
• Readonly
appCodeName: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:15969
• Readonly
appName: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:15975
• Readonly
appVersion: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:15981
• Readonly
clipboard: Clipboard
Available only in secure contexts.
node_modules/typescript/lib/lib.dom.d.ts:15860
• Readonly
cookieEnabled: boolean
NavigatorCookies.cookieEnabled
node_modules/typescript/lib/lib.dom.d.ts:15960
• Readonly
credentials: CredentialsContainer
Available only in secure contexts.
node_modules/typescript/lib/lib.dom.d.ts:15866
• Readonly
doNotTrack: null
| string
node_modules/typescript/lib/lib.dom.d.ts:15867
• Readonly
geolocation: Geolocation
node_modules/typescript/lib/lib.dom.d.ts:15869
• Readonly
hardwareConcurrency: number
NavigatorConcurrentHardware.hardwareConcurrency
node_modules/typescript/lib/lib.dom.d.ts:15946
• Readonly
language: string
node_modules/typescript/lib/lib.dom.d.ts:16018
• Readonly
languages: readonly string
[]
node_modules/typescript/lib/lib.dom.d.ts:16020
• Readonly
locks: LockManager
node_modules/typescript/lib/lib.dom.d.ts:16026
• Readonly
maxTouchPoints: number
node_modules/typescript/lib/lib.dom.d.ts:15871
• Readonly
mediaCapabilities: MediaCapabilities
node_modules/typescript/lib/lib.dom.d.ts:15873
• Readonly
mediaDevices: MediaDevices
Available only in secure contexts.
node_modules/typescript/lib/lib.dom.d.ts:15879
• Readonly
mediaSession: MediaSession
node_modules/typescript/lib/lib.dom.d.ts:15881
• Readonly
mimeTypes: MimeTypeArray
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16040
• Readonly
onLine: boolean
node_modules/typescript/lib/lib.dom.d.ts:16031
• Readonly
pdfViewerEnabled: boolean
NavigatorPlugins.pdfViewerEnabled
node_modules/typescript/lib/lib.dom.d.ts:16042
• Readonly
permissions: Permissions
node_modules/typescript/lib/lib.dom.d.ts:15883
• Readonly
platform: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:15987
• Readonly
plugins: PluginArray
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16048
• Readonly
product: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:15993
• Readonly
productSub: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:15999
• Readonly
serviceWorker: ServiceWorkerContainer
Available only in secure contexts.
node_modules/typescript/lib/lib.dom.d.ts:15889
• Readonly
storage: StorageManager
node_modules/typescript/lib/lib.dom.d.ts:16060
• Readonly
userActivation: UserActivation
node_modules/typescript/lib/lib.dom.d.ts:15891
• Readonly
userAgent: string
node_modules/typescript/lib/lib.dom.d.ts:16001
• Readonly
vendor: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16007
• Readonly
vendorSub: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16013
• Readonly
wakeLock: WakeLock
node_modules/typescript/lib/lib.dom.d.ts:15893
• Readonly
webdriver: boolean
NavigatorAutomationInformation.webdriver
node_modules/typescript/lib/lib.dom.d.ts:15933
▸ canShare(data?
): boolean
Available only in secure contexts.
Name | Type |
---|---|
data? |
ShareData |
boolean
node_modules/typescript/lib/lib.dom.d.ts:15899
▸ clearAppBadge(): Promise
<void
>
Promise
<void
>
node_modules/typescript/lib/lib.dom.d.ts:15939
▸ getGamepads(): (null
| Gamepad
)[]
(null
| Gamepad
)[]
node_modules/typescript/lib/lib.dom.d.ts:15901
▸ javaEnabled(): boolean
boolean
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:16054
▸ registerProtocolHandler(scheme
, url
): void
Available only in secure contexts.
Name | Type |
---|---|
scheme |
string |
url |
string | URL
|
void
NavigatorContentUtils.registerProtocolHandler
node_modules/typescript/lib/lib.dom.d.ts:15955
▸ requestMIDIAccess(options?
): Promise
<MIDIAccess
>
Available only in secure contexts.
Name | Type |
---|---|
options? |
MIDIOptions |
Promise
<MIDIAccess
>
node_modules/typescript/lib/lib.dom.d.ts:15907
▸ requestMediaKeySystemAccess(keySystem
, supportedConfigurations
): Promise
<MediaKeySystemAccess
>
Available only in secure contexts.
Name | Type |
---|---|
keySystem |
string |
supportedConfigurations |
MediaKeySystemConfiguration [] |
Promise
<MediaKeySystemAccess
>
node_modules/typescript/lib/lib.dom.d.ts:15913
▸ sendBeacon(url
, data?
): boolean
Name | Type |
---|---|
url |
string | URL
|
data? |
null | BodyInit
|
boolean
node_modules/typescript/lib/lib.dom.d.ts:15915
▸ setAppBadge(contents?
): Promise
<void
>
Name | Type |
---|---|
contents? |
number |
Promise
<void
>
node_modules/typescript/lib/lib.dom.d.ts:15941
▸ share(data?
): Promise
<void
>
Available only in secure contexts.
Name | Type |
---|---|
data? |
ShareData |
Promise
<void
>
node_modules/typescript/lib/lib.dom.d.ts:15921
▸ vibrate(pattern
): boolean
Name | Type |
---|---|
pattern |
VibratePattern |
boolean
node_modules/typescript/lib/lib.dom.d.ts:15923
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary