mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
8 lines
325 B
Text
8 lines
325 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: Relinquishing Permissions (https://wicg.github.io/permissions-revoke/)
|
|
|
|
partial interface Permissions {
|
|
Promise<PermissionStatus> revoke(object permissionDesc);
|
|
};
|