Definition
Generic Sensor API defines SensorErrorEventInit
dictionary SensorErrorEventInit : EventInit {
required DOMException error;
};
SensorErrorEventInit
dictionaryGeneric Sensor API defines SensorErrorEventInit
dictionary SensorErrorEventInit : EventInit {
required DOMException error;
};