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

Consistency in code sample #22

Closed pwnall closed 4 years ago

pwnall commented 5 years ago

The code sample in the explainer has status.state != "granted" and f.family !== "Consolas". Please consider switching != to !== for consistency?