Does Cordova-build have to work Offline? I know how SW/PWA and Electron work - I mean they cache bundled stuff like js and assets. Actually smart caching is what they do - difference just in container/context details - Web for PWA with all pros and limitations, and Node proxy in case of Electron. So both are reasonably work (launch) in offline and both can use localstore/IndexedDB to keep serving. BUT as I newbie to Cordova pathway I do not understand, does Cordowa builds work in Offline mode? I see 404/NETWORK issue - Does It Okay?