|
|
|
|
|
by robcee
4771 days ago
|
|
The Security filter shows CSP errors and mixed content warnings among other things. I expect the security team will add more messages to that section of the console over time. We're going to revamp the Console's output area fairly significantly in the next few months. Better Object output is high on the list of changes. (you can use console.dir(object) for an inlined inspector view, or inspect(object) in the console's jsterm input line to view the object in the sidebar) Shift-Enter turns the Console's input line into a multi-line input. We're hoping to add autocomplete to the Scratchpad down the road too. |
|