nx.js
Classes

PromiseRejectionEvent

Extends

Implements

Constructors

new PromiseRejectionEvent()

new PromiseRejectionEvent(type, options): PromiseRejectionEvent

Parameters

ParameterType
typestring
optionsPromiseRejectionEventInit

Returns

PromiseRejectionEvent

Overrides

Event.constructor

Properties

PropertyModifierTypeInherited from
AT_TARGETreadonly2globalThis.PromiseRejectionEvent.AT_TARGET Event.AT_TARGET
BUBBLING_PHASEreadonly3globalThis.PromiseRejectionEvent.BUBBLING_PHASE Event.BUBBLING_PHASE
CAPTURING_PHASEreadonly1globalThis.PromiseRejectionEvent.CAPTURING_PHASE Event.CAPTURING_PHASE
NONEreadonly0globalThis.PromiseRejectionEvent.NONE Event.NONE
bubblesreadonlybooleanglobalThis.PromiseRejectionEvent.bubbles Event.bubbles
cancelBubblepublicbooleanglobalThis.PromiseRejectionEvent.cancelBubble Event.cancelBubble
cancelablereadonlybooleanglobalThis.PromiseRejectionEvent.cancelable Event.cancelable
composedreadonlybooleanglobalThis.PromiseRejectionEvent.composed Event.composed
currentTargetreadonlynull | EventTargetglobalThis.PromiseRejectionEvent.currentTarget Event.currentTarget
defaultPreventedreadonlybooleanglobalThis.PromiseRejectionEvent.defaultPrevented Event.defaultPrevented
eventPhasereadonlynumberglobalThis.PromiseRejectionEvent.eventPhase Event.eventPhase
isTrustedreadonlybooleanglobalThis.PromiseRejectionEvent.isTrusted Event.isTrusted
promisereadonlyPromise<any>-
reasonreadonlyany-
returnValuepublicbooleanglobalThis.PromiseRejectionEvent.returnValue Event.returnValue
srcElementreadonlynull | EventTargetglobalThis.PromiseRejectionEvent.srcElement Event.srcElement
targetreadonlynull | EventTargetglobalThis.PromiseRejectionEvent.target Event.target
timeStampreadonlynumberglobalThis.PromiseRejectionEvent.timeStamp Event.timeStamp
typereadonlystringglobalThis.PromiseRejectionEvent.type Event.type
AT_TARGETreadonly2Event.AT_TARGET
BUBBLING_PHASEreadonly3Event.BUBBLING_PHASE
CAPTURING_PHASEreadonly1Event.CAPTURING_PHASE
NONEreadonly0Event.NONE

Methods

composedPath()

composedPath(): EventTarget[]

Returns

EventTarget[]

Implementation of

globalThis.PromiseRejectionEvent.composedPath

Inherited from

Event.composedPath


initEvent()

initEvent(type, bubbles?, cancelable?): void

Parameters

ParameterType
typestring
bubbles?boolean
cancelable?boolean

Returns

void

Implementation of

globalThis.PromiseRejectionEvent.initEvent

Inherited from

Event.initEvent


preventDefault()

preventDefault(): void

Returns

void

Implementation of

globalThis.PromiseRejectionEvent.preventDefault

Inherited from

Event.preventDefault


stopImmediatePropagation()

stopImmediatePropagation(): void

Returns

void

Implementation of

globalThis.PromiseRejectionEvent.stopImmediatePropagation

Inherited from

Event.stopImmediatePropagation


stopPropagation()

stopPropagation(): void

Returns

void

Implementation of

globalThis.PromiseRejectionEvent.stopPropagation

Inherited from

Event.stopPropagation

On this page