PromiseRejectionEvent
Overview
The PromiseRejectionEvent interface represents events which are sent to the global script context when JavaScript Promises are rejected.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
promise
property promise: dynamic read;
dynamic promise { get; }
var promise: dynamic { get{} }
dynamic promise { __get; }
ReadOnly Property promise() As dynamic
reason
property reason: dynamic read;
dynamic reason { get; }
var reason: dynamic { get{} }
dynamic reason { __get; }
ReadOnly Property reason() As dynamic