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

Make Permissions.request() only take a single descriptor. #72

Merged
merged 3 commits into from Mar 31, 2016

Conversation

jyasskin
Copy link
Member

This matches the current Chromium implementation, which has a requestAll() function to handle a sequence of permissions. A sequence could also be handled with Promise.all(), like query() suggests.

@mounirlamouri
Copy link
Member

119deb4 lgtm

jyasskin and others added 3 commits March 24, 2016 10:36
This matches the current Chromium implementation
(https://code.google.com/p/chromium/codesearch/#chromium/src/third_party/WebKit/Source/modules/permissions/Permissions.idl),
which has a requestAll() function to handle a sequence of permissions. A
sequence could also be handled with Promise.all(), like query() suggests.
@jyasskin jyasskin merged commit f8971ed into w3c:gh-pages Mar 31, 2016
@jyasskin jyasskin deleted the no-request-sequence branch March 31, 2016 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants