Skip to content

Commit

Permalink
doc: add tip for session.post function
Browse files Browse the repository at this point in the history
PR-URL: #46354
Refs: #44634
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
theanarkh authored and ruyadorno committed Jan 31, 2023
1 parent 8a45c9d commit 968db21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/api/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 968db21

Please sign in to comment.