Open
Description
Generic Sensor API requires UA to feature detect supported sensor options
The user agent must remove items from supported sensor options for a given extension sensor interface if it cannot support the corresponding sensor options.
However, due to the whatwg/webidl#107, it is not possible to implement ("in a clean way") forward compatibility check for a sensor options that contain new features.
Chromium bug: 823223
Issue that was raised by @anssiko when new sensor option was specified: #257 (comment)