Home > Blockchain >  After Loading Page in Inspect Mode ,Shows No Internet Error.How to resolve this issue?
After Loading Page in Inspect Mode ,Shows No Internet Error.How to resolve this issue?

Time:05-05

enter image description here Show No internet in inspect Mode

CodePudding user response:

enter image description here

Right Under Network, you can see the text "Offline". Click on that and enable Internet again.

This is a feature to allow testing what would happen if the browser lost connection to the internet. You can also use it to test what would happen if you have slow internet speed.

  • Related