mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Add new Electronize CLI command #341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZedZipDev on GitHub (Jun 5, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Add Electronize CLI command 'clear cache' or something like this to have a possibility to clean cache manually as it can be done in code :
await browserWindow.WebContents.Session.ClearCacheAsync();@GregorBiswanger commented on GitHub (Apr 21, 2020):
I implemented a new CLI command:
electronize start /clear-cacheEvery new window will created with an clear cache.
This new feature is aviable with the new Electron.NET Version 8.31.1