From 58fc19db5fe1875d86922c187ebe91e07acf73b3 Mon Sep 17 00:00:00 2001 From: bugyaluwang <70185413+GrinZero@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:23:01 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a7da44..474b74f 100644 --- a/README.md +++ b/README.md @@ -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