SensorErrorEventInit constructor

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

Implementation

external factory SensorErrorEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  required DOMException error,
});