GPUUncapturedErrorEventInit constructor

GPUUncapturedErrorEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required GPUError error,
})

Implementation

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