Articles tagged: permissions
Found 21 documents
- Archive/Firefox_OS/Firefox_OS_apps/App_permissions The three levels of permission, in brief, are:
- Learn/Server-side/Django/authentication_and_sessions Excellent work — you've now created a website that library members can login into and view their ...
- Mozilla/B2G_OS/API/Bluetooth_API/Using_the_Web_Bluetooth_API The WebBluetooth API is a Firefox OS-only API created to allow control of a device's low-level ...
- Mozilla/B2G_OS/API/PermissionSettings The PermissionSettings interface provides ways to let the user manage all the permissions ...
- Mozilla/B2G_OS/API/PermissionSettings/get The get method allows to retrieve the current status of a given permission for a given app.
- Mozilla/B2G_OS/API/PermissionSettings/isExplicit The isExplicit method allows to know if the setting is explicit (true) or implicit (false).
- Mozilla/B2G_OS/API/PermissionSettings/remove The remove method allows to simply reset a permission for an app which is running inside the ...
- Mozilla/B2G_OS/API/PermissionSettings/set The set method allows to change a given permission for a given app.
- Mozilla/B2G_OS/API/Permissions_API The Permissions API is used to display and let the user manage all the permissions requested by ...
- Web/API/Navigator/mozPermissionSettings Returns a PermissionSettings object you can use to get and set permissions of apps on the ...
- Web/API/Navigator/permissions The Navigator.permissions read-only property returns a Permissions object that can be used to ...
- Web/API/Permissions The Permissions interface of the Permissions API provides the core Permission API functionality, ...
- Web/API/Permissions/query The Permissions.query() method of the Permissions interface returns the status of a user ...
- Web/API/Permissions/revoke The Permissions.revoke() method of the Permissions interface reverts a currently set permission ...
- Web/API/PermissionStatus The PermissionStatus interface of the Permissions API provides the state of an object and an ...
- Web/API/PermissionStatus/onchange The PermissionStatus.onchange event of the PermissionStatus interface is called whenever the ...
- Web/API/PermissionStatus/state The PermissionStatus.state read-only property of the PermissionStatus interface returns the ...
- Web/API/PermissionStatus/status The PermissionStatus.status read-only property of the PermissionStatus interface returns the ...
- Web/API/Permissions_API Historically different APIs handle their own permissions inconsistently — for example the ...
- Web/API/Permissions_API/Using_the_Permissions_API This article provides a basic guide to using the W3C Permissions API, which provides a ...
- Web/API/WorkerNavigator/permissions The WorkerNavigator.permissions read-only property returns a Permissions object that can be used ...