mirror of https://github.com/nodejs/node.git
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:
parent
2f38c74e26
commit
0a4610740b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue