// 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 request(object permissionDesc); };