I have made a thing in NW.js. By default, any hyperlinks that the user can click on opens in a new NW.js browser window. I’m trying to make it so that some (not all or none!) of these open in the system browser instead. It is important that these are <a> elements; not JavaScript function calls. Reading on this page:
Tag: node-webkit
how to clear cache using javascript when starting Offline application
I need a help to clear cache using Javascript, Is it possible to clear cache using Javascript?. I have developed a Offline Chrome application using Javascript & Node WebKit. When using this application, the cache sizes increasing more day by day. So I want to delete cache directory or clearing cache from AppData/Local/MyAPP.1.0 whenever I’m starting application. Kindly help me