Update documentation

This commit is contained in:
Nanne Baars
2021-12-13 20:20:54 +01:00
committed by Nanne Baars
parent 69a93f30d2
commit 5089c107ba
6 changed files with 44 additions and 44 deletions

View File

@ -1,16 +1,16 @@
== The Sources tab
In the sources tab you can check out the file system and view all the HTML, CSS and JavaScript files that are used, to
create the website. Simply click on a file to view its contents.
In the sources tab, you can check out the file system and view all the HTML, CSS, and JavaScript files used to
create the website. Click on a file to view its contents.
image::images/ChromeDev_Sources.jpg[DeveloperToolsSources,400,500,style="lesson-image"]
== The Network tab
In the Network tab you can view HTTP requests and responses the website has performed.
If you want more detailed information on a particular request, just click on it.
In the Timeline above the blue dots represent when these requests and responses have been performed.
You can also see the Requests done in a specific time frame, simply by clicking and dragging on the timeline. Now the window
below, will only show the requests and responses done in that particular time frame.
In the Network tab, you can view HTTP requests and responses the website has performed.
Just click on it if you want more detailed information on a particular request.
The "Timeline" above the blue dots represents when these requests and responses have been performed.
You can also see the Requests done in a specific time frame simply by clicking and dragging on the timeline. The window
below will only show the requests and responses done in that time frame.
image::images/ChromeDev_Network.jpg[DeveloperToolsNetwork,400,500,style="lesson-image"]
image::images/ChromeDev_Network.jpg[DeveloperToolsNetwork,400,500,style="lesson-image"]