Interface GPUUncapturedErrorEventInit
interface GPUUncapturedErrorEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
error: GPUError;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
error: GPUError;
}
Hierarchy
- EventInit
- GPUUncapturedErrorEventInit (View Summary)