ArtifexSoftware / mupdf.js

JavaScript bindings for MuPDF
https://mupdfjs.readthedocs.io
GNU Affero General Public License v3.0
318 stars 17 forks source link

REST server should check HTTP error codes from fetch #72

Open ccxvii opened 2 months ago

ccxvii commented 2 months ago

loadDocumentFromUrl does not handle HTTP errors.

If we fail to fetch the URL for any reason, we should return an error code to the user.