Interface GPUUncapturedErrorEventInit

    interface GPUUncapturedErrorEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        error: GPUError;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    error: GPUError