Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define mechanism for forward compatibility checks #361

Open
alexshalamov opened this issue Mar 21, 2018 · 0 comments
Open

Define mechanism for forward compatibility checks #361

alexshalamov opened this issue Mar 21, 2018 · 0 comments

Comments

@alexshalamov
Copy link

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)

@alexshalamov alexshalamov added this to the Level 2 milestone Mar 21, 2018
@alexshalamov alexshalamov added this to In Progress tasks in Level 2 Mar 21, 2018
@alexshalamov alexshalamov moved this from In Progress tasks to API improvements in Level 2 Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Level 2
API improvements
Development

No branches or pull requests

1 participant