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
Boolean is good, additional information can be provided in the notes if necessary.
Maybe just permission_required? FxOS has some features that the OS only granted permissions to if the developer was trusted. If those cases show up again we could use the same property for those (though, maybe we do not want to do that in which case user_permission_required is good.
See the discussion in #190.
tl;dr we are not adding a new user_permission_required property and sub features should be used if the user permission was required at a later point than the basic support of the API.
Features like geolocation, battery, and some types of storage require the user to authorize the site to access that feature.
We should have a way to record and display when this is the case.
The text was updated successfully, but these errors were encountered: