| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add protocol method `Network.dataSent` to buffer request data. And expose protocol methods `Network.getRequestPostData` and `Network.getResponseBody` allowing devtool to retrieve buffered data.
Codecov ReportAttention: Patch coverage is 80.12048% with 33 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #58645 +/- ##
========================================
Coverage 90.15% 90.15%
========================================
Files 636 637 +1
Lines 187891 188001 +110
Branches 36879 36899 +20
========================================
+ Hits 169386 169493 +107
+ Misses 11272 11245 -27
- Partials 7233 7263 +30
... and 40 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/inspector would you mind taking a look? Thank you! |
Sorry, something went wrong.
Sorry, something went wrong.
Add protocol method `Network.dataSent` to buffer request data. And expose protocol methods `Network.getRequestPostData` and `Network.getResponseBody` allowing devtool to retrieve buffered data. PR-URL: #58645 Reviewed-By: Ryuhei Shima <shimaryuhei@gmail.com>
Add protocol method `Network.dataSent` to buffer request data. And expose protocol methods `Network.getRequestPostData` and `Network.getResponseBody` allowing devtool to retrieve buffered data. PR-URL: #58645 Reviewed-By: Ryuhei Shima <shimaryuhei@gmail.com>
Add protocol method `Network.dataSent` to buffer request data. And expose protocol methods `Network.getRequestPostData` and `Network.getResponseBody` allowing devtool to retrieve buffered data. PR-URL: #58645 Reviewed-By: Ryuhei Shima <shimaryuhei@gmail.com>
|
@legendecas sorry for tagging, but I have a question, from my usage looks like this implementation covers Network.getResponseBody on raw text response, but if body is compressed (eg. gzip, br) it shows like this in Node.js inspector network tab: From my understanding we could hook into auto decompress option in http client and then use that depending on conent-encoding in getResponseBody. Just trying to figure out if this is intended or missed? |
Sorry, something went wrong.
|
@capJavert yes, there is a PR #61226 for this issue. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add protocol method Network.dataSent to buffer request data. And
expose protocol methods Network.getRequestPostData and
Network.getResponseBody allowing devtool to retrieve buffered data.