pub(crate) type PromiseRejectionEventInit = PromiseRejectionEventInit;Aliased Type§
pub(crate) struct PromiseRejectionEventInit {
pub parent: EventInit,
pub promise: RootedTraceableBox<Heap<*mut JSObject>>,
pub reason: RootedTraceableBox<Heap<Value>>,
}Fields§
§parent: EventInit§promise: RootedTraceableBox<Heap<*mut JSObject>>§reason: RootedTraceableBox<Heap<Value>>