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