You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just playing about with deno desktop and it is rather good - it does most stuff OK (except for file dialogs) but the biggest showstopper for me is the inability to use devtools with the system webview on the client side (macos). In dev mode when right-clicking on the web page only reload is available. The only way I can get clientside devtools is to use another browser (Opera/FF/Chrome/Safari) to the server port which is random and do a right-click there. This breaks if another window is opened due to the bindings being undefined within the browser. I'm used to Tauri where the system webview will allow clientside code inspection of a window so I am wondering if the core issue here is the fact that the devtools rely on laufey which appears largely CEF based. If so is there any likelihood of the rightclick inspect option being available in dev? I noticed that I can add an inspect option to a contextmenu but of course it gives proxy failure because of the underlying limitation of the webview.
It would be a shame to not be able to use deno desktop with the current devtools weakness since it is so close to being a perfect desktop runtime that allows JS on both frontend/backend.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Just playing about with deno desktop and it is rather good - it does most stuff OK (except for file dialogs) but the biggest showstopper for me is the inability to use devtools with the system webview on the client side (macos). In dev mode when right-clicking on the web page only reload is available. The only way I can get clientside devtools is to use another browser (Opera/FF/Chrome/Safari) to the server port which is random and do a right-click there. This breaks if another window is opened due to the bindings being undefined within the browser. I'm used to Tauri where the system webview will allow clientside code inspection of a window so I am wondering if the core issue here is the fact that the devtools rely on laufey which appears largely CEF based. If so is there any likelihood of the rightclick inspect option being available in dev? I noticed that I can add an inspect option to a contextmenu but of course it gives proxy failure because of the underlying limitation of the webview.
It would be a shame to not be able to use deno desktop with the current devtools weakness since it is so close to being a perfect desktop runtime that allows JS on both frontend/backend.
All reactions