←back to thread

Cache

(developer.mozilla.org)
147 points aanthonymax | 2 comments | | HN request time: 0.403s | source
1. afavour ◴[] No.45128992[source]
Absent a service worker this API won't give you a whole lot but it's a very powerful addition to the web toolkit. With the right caching strategies you can make a really effective offline web app.
replies(1): >>45130112 #
2. sroussey ◴[] No.45130112[source]
HuggingFace’s Transformers.js uses this API to cache model files for when you are running models in the browser.