deno / 1.23.2 / ~ / 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