mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +01:00
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);
|
|
};
|