Variable GPUUncapturedErrorEvent

    GPUUncapturedErrorEvent: {
        prototype: GPUUncapturedErrorEvent;
        new (
            type: string,
            gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit,
        ): GPUUncapturedErrorEvent;
    }

    Type declaration