deno / latest / ~ / gpuuncapturederrorevent.html

GPUUncapturedErrorEvent

class GPUUncapturedErrorEvent extends Event {
    
constructor(type: string, gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit);
readonly error: GPUError;
}

Extends

Event

Constructors

new GPUUncapturedErrorEvent(type: string, gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit)

Properties

error: GPUError