WICG / local-font-access

Web API for enumerating fonts on the local system
https://wicg.github.io/local-font-access
Apache License 2.0
77 stars 16 forks source link

Permissions example #83

Closed annevk closed 2 years ago

annevk commented 2 years ago

navigator.permissions.queryLocalFonts({ name: "local-fonts" }) seems wrong? I guess this was meant to be just query?

tomayac commented 2 years ago

Just addressed this in #86.

inexorabletash commented 2 years ago

Ah, sorry, I addressed this as part of resolving #84 in 529ba1b12a7114c1fa0a37b172a106b0145c4835 - I hadn't looked through all the bugs/PRs yet.