Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft IE and Edge do not support Permissions API #4877

Merged
merged 1 commit into from
Sep 27, 2019
Merged

Microsoft IE and Edge do not support Permissions API #4877

merged 1 commit into from
Sep 27, 2019

Conversation

bershanskiy
Copy link
Contributor

Summary

Microsoft Edge and Microsoft Internet Explorer do not support Permissions API.

Data

Microsoft Edge API Catalog:
https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?page=1&q=permissions

Manual tests

navigator.permissions is undefined in both IE and Edge on Windows 10 1903.

Note

Should we add comments to some permissions that are accessible via other APIs? Edge supports Notification.permission, which exposes equivalent of PermissionStatus.state, but only for notifications. Also, Edge supposedly supports PushManager.permissionState.

A checklist to help your pull request get merged faster:

  • Summarize your changes
  • Data: link to resources that verify support information (such as browser's docs, changelogs, source control, bug trackers, and tests)
  • Data: if you tested something, describe how you tested with details like browser and version
  • Review the results of the linter and fix problems reported (If you need help, please ask in a comment!)
  • Link to related issues or pull requests, if any

@ghost ghost added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 24, 2019
Copy link
Contributor

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR! This looks good to me. Let's get this merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants