Skip to content

Commit

Permalink
doc: add tip for session.post function
Browse files Browse the repository at this point in the history
  • Loading branch information
theanarkh committed Jan 26, 2023
1 parent 733ef4e commit 7f5d20d
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.

Note that, you can not set `reportProgress` to `true` when post
`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 7f5d20d

Please sign in to comment.