deno / latest / ~ / gpuuncapturederroreventinit.html

GPUUncapturedErrorEventInit

interface GPUUncapturedErrorEventInit  extends EventInit {
    
error?: GPUError;
}

Extends

Properties

error?: GPUError