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