MuckRock / documentcloud-frontend

DocumentCloud's front end source code - Please report bugs, issues and feature requests to info@documentcloud.org
https://www.documentcloud.org
GNU Affero General Public License v3.0
15 stars 5 forks source link

Use a service worker to cache static assets #548

Open eyeseast opened 1 month ago

eyeseast commented 1 month ago

Docs: https://kit.svelte.dev/docs/service-workers

We especially want to cache our larger dependencies that won't change much, like PDF.js.

Do this later, once things are mostly settled.