Hacker News new | ask | show | jobs
by MegaLeon 2245 days ago
I have been wondering, since PWA are sandboxed and all, would it be possible to save a "snapshot" of it and be able to run it even if the original website/app went offline?
1 comments

That’s left entirely to the developer to decide. You can intercept your network requests with a service worker and decide what to do from there [1].

[1] https://livebook.manning.com/book/progressive-web-apps/chapt...