I want to clear all the logs of network requests that shows in browser debugger tool network section.
Asked
Active
Viewed 1,217 times
4
-
1You mean, with JavaScript code running in the page? Pretty sure you can't, at least not cross-browser. – T.J. Crowder Jun 30 '16 at 11:45
-
I am curious, why? – Matt Lishman Jun 30 '16 at 11:49
-
I don't want to allow users to see requests flow on network. – Sachin Rajput Jun 30 '16 at 12:20
-
@T.J.Crowder I have seen some banking sites doing the same. – Sachin Rajput Jun 30 '16 at 12:22
-
@SachinRajput: I suspect that's observation error. For instance, many consoles clear the network panel when you refresh the page. – T.J. Crowder Jun 30 '16 at 12:27