-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.RTCErrorEvent
@ralphschuler/webgl-shader-factory.<internal>.RTCErrorEvent
-
Event
↳
RTCErrorEvent
- AT_TARGET
- BUBBLING_PHASE
- CAPTURING_PHASE
- NONE
- bubbles
- cancelBubble
- cancelable
- composed
- currentTarget
- defaultPrevented
- error
- eventPhase
- isTrusted
- returnValue
- srcElement
- target
- timeStamp
- type
• Readonly
AT_TARGET: 2
Event.AT_TARGET
node_modules/typescript/lib/lib.dom.d.ts:8100
• Readonly
BUBBLING_PHASE: 3
Event.BUBBLING_PHASE
node_modules/typescript/lib/lib.dom.d.ts:8101
• Readonly
CAPTURING_PHASE: 1
Event.CAPTURING_PHASE
node_modules/typescript/lib/lib.dom.d.ts:8099
• Readonly
NONE: 0
Event.NONE
node_modules/typescript/lib/lib.dom.d.ts:8098
• Readonly
bubbles: boolean
Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.
Event.bubbles
node_modules/typescript/lib/lib.dom.d.ts:7995
• cancelBubble: boolean
Deprecated
Event.cancelBubble
node_modules/typescript/lib/lib.dom.d.ts:8001
• Readonly
cancelable: boolean
Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.
Event.cancelable
node_modules/typescript/lib/lib.dom.d.ts:8007
• Readonly
composed: boolean
Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.
Event.composed
node_modules/typescript/lib/lib.dom.d.ts:8013
• Readonly
currentTarget: null
| EventTarget
Returns the object whose event listener's callback is currently being invoked.
Event.currentTarget
node_modules/typescript/lib/lib.dom.d.ts:8019
• Readonly
defaultPrevented: boolean
Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.
Event.defaultPrevented
node_modules/typescript/lib/lib.dom.d.ts:8025
• Readonly
error: RTCError
node_modules/typescript/lib/lib.dom.d.ts:17983
• Readonly
eventPhase: number
Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.
Event.eventPhase
node_modules/typescript/lib/lib.dom.d.ts:8031
• Readonly
isTrusted: boolean
Returns true if event was dispatched by the user agent, and false otherwise.
Event.isTrusted
node_modules/typescript/lib/lib.dom.d.ts:8037
• returnValue: boolean
Deprecated
Event.returnValue
node_modules/typescript/lib/lib.dom.d.ts:8043
• Readonly
srcElement: null
| EventTarget
Deprecated
Event.srcElement
node_modules/typescript/lib/lib.dom.d.ts:8049
• Readonly
target: null
| EventTarget
Returns the object to which event is dispatched (its target).
Event.target
node_modules/typescript/lib/lib.dom.d.ts:8055
• Readonly
timeStamp: number
Returns the event's timestamp as the number of milliseconds measured relative to the time origin.
Event.timeStamp
node_modules/typescript/lib/lib.dom.d.ts:8061
• Readonly
type: string
Returns the type of event, e.g. "click", "hashchange", or "submit".
Event.type
node_modules/typescript/lib/lib.dom.d.ts:8067
▸ composedPath(): EventTarget
[]
Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is "closed" that are not reachable from event's currentTarget.
EventTarget
[]
Event.composedPath
node_modules/typescript/lib/lib.dom.d.ts:8073
▸ initEvent(type
, bubbles?
, cancelable?
): void
Name | Type |
---|---|
type |
string |
bubbles? |
boolean |
cancelable? |
boolean |
void
Deprecated
Event.initEvent
node_modules/typescript/lib/lib.dom.d.ts:8079
▸ preventDefault(): void
If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.
void
Event.preventDefault
node_modules/typescript/lib/lib.dom.d.ts:8085
▸ stopImmediatePropagation(): void
Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.
void
Event.stopImmediatePropagation
node_modules/typescript/lib/lib.dom.d.ts:8091
▸ stopPropagation(): void
When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.
void
Event.stopPropagation
node_modules/typescript/lib/lib.dom.d.ts:8097
- @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