Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrinZero authored Aug 7, 2024
1 parent b464ac9 commit 58fc19d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ English | [简体中文](README-zh_CN.md)

## 📖 Introduction

As you can see, the node program opened with the '-- inspect' option does not support network tags because it does not proxy user requests.
As you can see, the node program opened with the `--inspect` option does not support network tags because it does not proxy user requests.
Node network devtools is designed to address this issue by allowing you to debug requests made by nodejs using the network tab of Chrome devtools, making the debugging process equivalent to a web crawler experience in the browser.

Node v22.6.0 experimentally supports network debugging. This library supports use before node v22.6.0, but the specific supported versions are unknown.

## 🎮 TODO

- [x] HTTP/HTTPS
Expand Down

0 comments on commit 58fc19d

Please sign in to comment.