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

Handle cases where font is deleted before blob() is called #54

Closed jakearchibald closed 3 years ago

jakearchibald commented 3 years ago

I guess the promise should reject in this case.

oyiptong commented 3 years ago

It would, indeed

oyiptong commented 3 years ago

In case the font is deleted, the promise will reject. This seems to indicate this works as intended. As such, I'm closing this issue.