doc: add tip for session.post function

PR-URL: https://github.com/nodejs/node/pull/46354
Refs: https://github.com/nodejs/node/issues/44634
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
theanarkh 2023-01-29 11:32:23 +08:00 committed by GitHub
parent 2f38c74e26
commit 0a4610740b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -325,6 +325,10 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
with one of the runtime agents used to inspect the application state and listen
to the run-time events.
You can not set `reportProgress` to `true` when sending a
`HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects`
command to V8.
#### Example usage
Apart from the debugger, various V8 Profilers are available through the DevTools

View File

@ -1081,7 +1081,7 @@ Start collecting GC data.
added: REPLACEME
-->
Stop collecting GC data and return a object.The content of object
Stop collecting GC data and return an object.The content of object
is as follows.
```json