pub(crate) type GPUUncapturedErrorEventInit = GPUUncapturedErrorEventInit<DomTypeHolder>;Aliased Type§
pub(crate) struct GPUUncapturedErrorEventInit {
pub parent: EventInit,
pub error: Root<Dom<GPUError<DomTypeHolder>>>,
}Fields§
§parent: EventInit§error: Root<Dom<GPUError<DomTypeHolder>>>