ArtifexSoftware / mupdf.js

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

Issue #70: Add simple HTTP fetch caching. #74

Closed ccxvii closed 5 months ago

ccxvii commented 5 months ago

Required us to remove the abbreviated express type imports, because we have to distinguish between the built-in fetch Response type and the express framework Response type.

mipo1357 commented 5 months ago

LGTM