[Webkit-unassigned] [Bug 176766] Web Inspector: Implement `queryObjects` Command Line API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 12 15:13:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176766

--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to Sam Weinig from comment #4)
> Should it be in https://console.spec.whatwg.org?

The Console object is different from the Command Line API.

• The Console standard specifies properties exposed on `console`. Things like `console.log`, `console.trace` etc. The link you provide is the best standardization effort for that. A good reference is:
https://developers.google.com/web/tools/chrome-devtools/console/console-reference

• The Command Line API (no standard effort that I know of) is a list of helpful functions available in the console / REPL of developer tools. For example `$0`, `$$`, `copy`, etc. Perhaps the best reference right now is:
https://developers.google.com/web/tools/chrome-devtools/console/command-line-reference

And the older reference that most people know of:
https://getfirebug.com/wiki/index.php/Command_Line_API

-- 
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/20170912/9c205d24/attachment.html>


More information about the webkit-unassigned mailing list