Skip to content

Commit 129dccf

Browse files
theanarkhjuanarbol
authored andcommitted
doc: add tip for session.post function
PR-URL: #46354 Refs: #44634 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e4437dd commit 129dccf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/api/inspector.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,11 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
208208
with one of the runtime agents used to inspect the application state and listen
209209
to the run-time events.
210210

211-
## Example usage
211+
You can not set `reportProgress` to `true` when sending a
212+
`HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects`
213+
command to V8.
214+
215+
#### Example usage
212216

213217
Apart from the debugger, various V8 Profilers are available through the DevTools
214218
protocol.

doc/api/v8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ Start collecting GC data.
10511051
added: REPLACEME
10521052
-->
10531053

1054-
Stop collecting GC data and return a object.The content of object
1054+
Stop collecting GC data and return an object.The content of object
10551055
is as follows.
10561056

10571057
```json

0 commit comments

Comments
 (0)