You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This originally came up in #470's review. It adds a note that says:
The behavior of platform sensors and Sensor instances when a device sensor in use stops being available (e.g. it has been physically disconnected, or stopped due to a factor unrelated to the User Agent) is not specified. Implementations may, among other things, keep existing Sensor instances unchanged (they simply will not report new readings), deactivate a sensor object or cause the platform sensor to report an error that will ultimately result in notify error being invoked.
We should probably specify the behavior here instead of leaving it implementation-defined.
The text was updated successfully, but these errors were encountered:
This originally came up in #470's review. It adds a note that says:
We should probably specify the behavior here instead of leaving it implementation-defined.
The text was updated successfully, but these errors were encountered: