WebIDLpedia

GPUUncapturedErrorEvent interface

Definition

WebGPU defines GPUUncapturedErrorEvent



[Exposed=(Window, Worker), SecureContext]
interface GPUUncapturedErrorEvent : Event {
    constructor(
        DOMString type,
        GPUUncapturedErrorEventInit gpuUncapturedErrorEventInitDict
    );
    [SameObject] readonly attribute GPUError error;
};

Methods and attributes that return objects implementing GPUUncapturedErrorEvent