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

FF110 Permission API midi permission #18724

Merged
merged 1 commit into from Jan 24, 2023

Conversation

hamishwillee
Copy link
Collaborator

@hamishwillee hamishwillee commented Jan 24, 2023

FF110 adds support for querying the Permissions API midi permission in https://bugzilla.mozilla.org/show_bug.cgi?id=1437171.

This allows users to query for midi permission support using code like: navigator.permissions.query({ name: "midi" }) or navigator.permissions.query({ name: "midi", sysex: true }), where previously an exception would be thrown.

This PR just adds the supported version and sets this as no-longer experimental. I also added spec link, though this is not yet shown anywhere on MDN.

Other docs work for this can be tracked in mdn/content#23680

FYI @queengooborg

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 24, 2023
@queengooborg queengooborg merged commit 7660d5d into mdn:main Jan 24, 2023
@hamishwillee hamishwillee deleted the ff110_midi_permission branch January 27, 2023 01:21
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.

None yet

2 participants