Skip to content

Commit 64c8567

Browse files
committed
doc: add tip for session.post function
1 parent 733ef4e commit 64c8567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/inspector.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
325325
with one of the runtime agents used to inspect the application state and listen
326326
to the run-time events.
327327

328+
Note that, you can not set `reportProgress` to `true` when post
329+
`HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects`
330+
command to V8.
331+
328332
#### Example usage
329333

330334
Apart from the debugger, various V8 Profilers are available through the DevTools

0 commit comments

Comments
 (0)