|
|
|
|
|
by toyg
61 days ago
|
|
If I understand correctly, when a nowhere URL is pasted in a browser, what happens is: 1. the browser downloads generic JS libraries from the main site 2. these libraries then decode the fragment part, and transform it into the UI If that's correct, someone still has to host or otherwise distribute the libraries - hence why you need the app to use it while offline (it ships the libraries). This is not criticism, I'm just trying to get my head around how it works. |
|