Skip to content

[Feature]: Support local-fonts permission in Chromium #36113

Closed
@MuTsunTsai

Description

@MuTsunTsai

🚀 Feature Request

Add local-fonts to the supported permission list for Chromium.

Example

await page.context().grantPermissions(["local-fonts"]);

Motivation

I need to test features related to Local Font Access API, so I need to grant this permission.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @pavelfeldman@mxschmitt@MuTsunTsai

    Issue actions

      [Feature]: Support `local-fonts` permission in Chromium · Issue #36113 · microsoft/playwright