Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the "FetchBuiltInCMap"/"FetchStandardFontData" message-handlers to be asynchronous #18983

Commits on Oct 31, 2024

  1. Change the "FetchBuiltInCMap"/"FetchStandardFontData" message-handler…

    …s to be asynchronous
    
    This way we can directly throw Errors, rather than having to "manually" return rejected Promises, which is ever so slightly shorter.
    
    Also, since `useWorkerFetch` is always true in MOZCENTRAL builds these message-handlers should not be invoked there.
    Snuffleupagus committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7572382 View commit details
    Browse the repository at this point in the history