简体   繁体   中英

What event gets fired in Chrome/Chromium based browser when I start to connect to a website?

I open up the browser

Type in 'wikipedia.com'

Press enter

What event gets fired in the browser to make the http connection to the website possible? Is there a way I could monitor for these requests or even intercept them in a service worker?

I know that there is the "chrome" object which I can access from devtools window.

You might be able to gleam some idea of what is happening at a site, by opening the site and pressing 'CTRL + U' (chrome browser) to see the source code, then you could look for specific things being ran or requested in the background.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM