LibWebView: Change the DevTools server to be a runtime-enabled feature

This commit is contained in:
Timothy Flynn 2025-03-15 10:09:45 -04:00 committed by Alexander Kalenik
commit df7917d705
Notes: github-actions[bot] 2025-03-15 18:10:51 +00:00
3 changed files with 23 additions and 6 deletions

View file

@ -62,6 +62,11 @@ public:
ErrorOr<LexicalPath> path_for_downloaded_file(StringView file) const;
enum class DevtoolsState {
Disabled,
Enabled,
};
ErrorOr<DevtoolsState> toggle_devtools_enabled();
void refresh_tab_list();
protected: