mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
Automatic update from web-platform-tests
Update interfaces/permissions-request.idl
Note: This file was recently manually updated in commit 920bfb5fa3.
This commit may revert some of those changes.
Source: https://github.com/tidoust/reffy-reports/blob/86e4525/ed/idl/permissions-request.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/646847558
--
wpt-commits: 20bfb1dcced4eda02e1b3a9b0914fac7a52f702b
wpt-pr: 21630
8 lines
324 B
Text
8 lines
324 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: Requesting Permissions (https://wicg.github.io/permissions-request/)
|
|
|
|
partial interface Permissions {
|
|
Promise<PermissionStatus> request(object permissionDesc);
|
|
};
|