I am creating a very simple firebug extension to capture page load data. I recently discovered that I can use the information in the net panel in my expanse, but I have not seen any examples of how data can be read directly from the net panel.
Can someone talk to me about how to do this but the right direction?
Note: This is not about using a pure audience. It's really about reading the contents of the last line of the net panel. Apart from this, other extensions do not meet my needs, so please do not suggest them. Thank you! In this way you can access the summary row in the net panel, you need more magic to get data, but it answers my question!
var panel = firebug contact .getPanel ("net"); Var summaryRow = panel.table.querySelector ("NetSummaryRow");
Comments
Post a Comment