W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
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
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUUncapturedErrorEvent