The chrome devtool Console utilities methods don't work #8711
Description
Welcome! Please use this template for reporting documentation issues on https://developers.google.com/web/.
For questions about Chrome DevTools, checkout the
google-chrome-devtools
tag on StackOverflow.
For questions about Chrome, check the google-chrome
tag. If you think you've found a Chrome bug, check out our
feedback page for more details on how to file it.
Page Affected: https://developers.google.com/web/TODO
https://developers.google.com/web/tools/chrome-devtools/console/utilities#inspect
What needs to be done?
The utilitiy methods need to be fixed as they are not working in chrome devtools and they fail with below error. e.g. clear()
function fails as below
clear()
VM164:1 Uncaught TypeError: clear is not a function
at :1:1
Please provide description of what's needs to be done here. Please be sure to include the link to the original page
and any supporting links/data.
- Appropriate
devtools
label has been added. - Appropriate
console-utilities
label has been added.