View Single Post
Old 11 April 2023, 17:10   #14
Krashan
Hardware Designer
 
Join Date: Aug 2018
Location: Bialystok/Poland
Age: 51
Posts: 179
Quote:
Originally Posted by PerspexSphinx View Post
…for those of us paranoid of absolutely everything having to have an internet connection… and since it’s written in JavaScript (I guess)…
This is only a matter of adding a caching worker in the code. Here is a nice explanation how to do it: https://www.freecodecamp.org/news/bu...che-the-assets
Then once installed, the app will work offline until one completely removes browser history including application data in persistent cache. Assuming the app does not use any resuorces/assets downloaded from some remote website. IMHO it is much better than Electron for example, in case of which you are forced to run (and keep on disk) a fully duplicated instance of a browser.
Krashan is offline  
 
Page generated in 0.04284 seconds with 11 queries