GPUUncapturedErrorEventInit constructor
GPUUncapturedErrorEventInit({})
Implementation
external factory GPUUncapturedErrorEventInit({
bool bubbles,
bool cancelable,
bool composed,
required GPUError error,
});