mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
LibDevTools+LibWebView: Implement basic support for console logging
This implements support for basic usage of console.log and friends. It does not implement console.assert, console.trace, console.group, etc.
This commit is contained in:
parent
848ac11495
commit
c5a22a1a97
Notes:
github-actions[bot]
2025-03-04 20:34:51 +00:00
Author: https://github.com/trflynn89
Commit: c5a22a1a97
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3801
Reviewed-by: https://github.com/AtkinsSJ
5 changed files with 155 additions and 2 deletions
|
@ -19,6 +19,7 @@ class ViewImplementation;
|
|||
class WebContentClient;
|
||||
|
||||
struct Attribute;
|
||||
struct ConsoleOutput;
|
||||
struct CookieStorageKey;
|
||||
struct ProcessHandle;
|
||||
struct SearchEngine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue