Presentation: Browser Tools for Debugging
A huge thank you goes to Andrew Trice for spending hours on polishing and editing a video of my last presentation. He uploaded it to Youtube and now you guys can watch it as well. I'm proud of this presentation so I hope it is helpful. As always, criticism is welcome. You can download the demos and slide deck here:
https://github.com/cfjedimaster/BrowserToolsForDebuggingAndProfit

I have a question about <iframe> elements. We load some content in a ifram that include some JavaScripts code which send a request to a the server and receive the respond. if we monitor the network send and receive requests with something like chrome DevTools, can we see network activities of ifame content? Or just main page network activities can be seen?