Is it possible to have both the Network Monitor and the Console open for a given website?
I would like to use the Console as a REPL for learning JavaScript, but at the same time be able to see HTTP requests on the Network Monitor. But I don't see how to do that — it appears I can only have one or the other open at one time. Or am I mistaken?
I would like to use the Console as a REPL for learning JavaScript, but at the same time be able to see HTTP requests on the Network Monitor. But I don't see how to do that — it appears I can only have one or the other open at one time. Or am I mistaken?
被采纳的解决方案
You can press ESC to toggle the console and add a "Toggle split console" button to the toolbar to toggle the console via that button.
定位到答案原位置 👍 1所有回复 (1)
选择的解决方案
You can press ESC to toggle the console and add a "Toggle split console" button to the toolbar to toggle the console via that button.
由cor-el于