GPUUncapturedErrorEventInit constructor

GPUUncapturedErrorEventInit({
  1. required GPUError error,
})

Implementation

external factory GPUUncapturedErrorEventInit({required GPUError error});