File tree Expand file tree Collapse file tree 5 files changed +89
-109
lines changed
packages/network-debugger Expand file tree Collapse file tree 5 files changed +89
-109
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ node network devtools正是为了解决这个问题,它一个允许您使用ch
4343 - [x] commonjs
4444 - [x] esmodule
4545 - [ ] Bun
46+ - [ ] Undici
47+ - [ ] undici.request
48+ - [x] undici.fetch
4649
4750## 👀 预览
4851
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ Node v22.6.0 experimentally supports network debugging. This library supports us
5050 - [x] esmodule
5151 - [ ] Bun
5252 - [ ] Deno -- Maybe nice to PR to Deno
53+ - [ ] Undici
54+ - [ ] undici.request
55+ - [x] undici.fetch
5356
5457## 👀 Preview
5558
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ Node v22.6.0 experimentally supports network debugging. This library supports us
4848 - [x] esmodule
4949 - [ ] Bun
5050 - [ ] Deno -- Maybe nice to PR to Deno
51+ - [ ] Undici
52+ - [ ] undici.request
53+ - [x] undici.fetch
5154
5255## 👀 Preview
5356
Original file line number Diff line number Diff line change 11{
22 "name" : " node-network-devtools" ,
3- "version" : " 1.0.22 " ,
3+ "version" : " 1.0.23 " ,
44 "description" : " Inspecting Node.js's Network with Chrome DevTools" ,
55 "homepage" : " https://grinzero.github.io/node-network-devtools/" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments