[Webkit-unassigned] [Bug 264317] Log quirks on the Console of Web Inspector when browsing a website
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 1 22:59:50 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=264317
--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
>From Brandon Stewart, a way to add a message:
```
m_document->addConsoleMessage(makeUnique<Inspector::ConsoleMessage>(MessageSource::JS, MessageType::Log, MessageLevel::Warning, "Quirk is enabled."_s));
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240702/c04eb2e0/attachment.htm>
More information about the webkit-unassigned
mailing list