I am contemplating turning my website into a desktop application using either an iframe or webview within an Electron app. My website contains numerous images that I wish to cache in the Electron app to prevent repeated downloads.
Is it possible to access these locally stored files, bundled within the Electron app, from the remote site loaded within the iframe/webview?