electronmon icon indicating copy to clipboard operation
electronmon copied to clipboard

🖥 run, watch, and restart electron apps using magic

Results 16 electronmon issues
Sort by recently updated
recently updated
newest added

When having a BrowserView nested inside BrowserWindow and a renderer file changes for the BrowserView, the change is detected in the console, but the BrowserView doesn't get refreshed, so one...

good first issue

most sophisticated Electron apps are built in a SPA kind of manner, hence they expose various views just using Client logic. Often when working on a given view & electronmon...

The current documentation does not indicate how to use electromon to be integrated with a debug tool like vscode for the main process or chrome for the renderer process. AC:...

help wanted
question

Needs to detect: - [ ] files loaded as a URL with a `file://` scheme - [ ] required files if the renderer allows node module requires - [ ]...

enhancement
help wanted

as outlined in the issue, this fixes the bug of BrowserViews that are nested inside BrowserWindow not reloading

Whenever electronmon does a soft reload (renderer) of the app, the taskbar icon of the app starts flashing, which gets rather annoying very quickly, is there any way to stop...

question

If i try to use JS api, without providing any params i am getting this error: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received an instance of...

how to parse url like "@/src/xxx" in main process? here is package script: `"start:main": "cross-env NODE_ENV=development electronmon -r ts-node/register/transpile-only ."` and here is part of tsconfig: ``` "baseUrl": "./", "paths":...

Hi, could you teach me how to quit electronmon process while I am using electronmon in my start script in package.json?