W3cubDocs

/Deno

GPUUncapturedErrorEventInit

interface GPUUncapturedErrorEventInit extends EventInit {
error?: GPUError;
}

Extends

Properties

error?: GPUError