Managed Device Attributes Web API is a subset of Managed Device Web API, that provides to web applications the capability to query device information (device ID, serial number, location, etc).
I took a peek at the explainer and noticed that this API adds a `device`
to the Navigator interface.
This may or may not be problematic in the future, as Apache Cordova
(formerly Phonegap) had a `navigator.device.capture` API offered through
a plugin[1]. I'm not sure how much of that leaked onto the web (as the
intended target is native mobile apps, but something to be aware of in
case origins who enable this API report issues.
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mike Taylor, blink-dev
Hey Mike. Thanks for sharing this link and pointing out the potential conflict. Besides other similar considerations, we are thinking of using `navigator.managed` as the interface name. The related discussion is located at https://github.com/WICG/WebApiDevice/issues/3. Please feel free to leave a message or let me know if you have a better idea.