https://github.com/ericdude4/web-extension-permission-example
This is an example repo meant to show browser.permissions.request promise doesn't resolve in extension rendered tab in Firefox
https://github.com/ericdude4/web-extension-permission-example
Last synced: about 1 year ago
JSON representation
This is an example repo meant to show browser.permissions.request promise doesn't resolve in extension rendered tab in Firefox
- Host: GitHub
- URL: https://github.com/ericdude4/web-extension-permission-example
- Owner: ericdude4
- Created: 2020-02-06T22:09:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T22:10:01.000Z (over 6 years ago)
- Last Synced: 2025-05-08T17:51:22.001Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Permissions Example
## What it does
An example using the permissions API to grant and revoke an optional permission.
## What it shows
How to request a permission, catching error conditions from the request and querying the permissions API.