Network Tab Basics The network tab of the dev tools is extremely useful when you want to know what information your browser is sending out and receiving. In the network tab you can see exactly what URLs requests are being sent to, the current status of each request, the response types of those requests, where […]
Tag: Chrome DevTools
Dive Into Dev Tools, Part 3: Console and Sources
Coming back to the Dive Into Dev Tools series, we previously introduced what Chrome DevTools is and its importance in the development stage of web applications. It can arguably prove to be a web developer’s strongest asset in inspecting, debugging, and optimizing a web application’s aesthetics and performance. In part two of our series, we […]