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 juanarbol committed Mar 5, 2023
1 parent e4437dd commit 129dccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/api/inspector.md
Expand Up @@ -208,7 +208,11 @@ 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.

## Example usage
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
protocol.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/v8.md
Expand Up @@ -1051,7 +1051,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 129dccf

Please sign in to comment.