We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733ef4e commit 64c8567Copy full SHA for 64c8567
doc/api/inspector.md
@@ -325,6 +325,10 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
325
with one of the runtime agents used to inspect the application state and listen
326
to the run-time events.
327
328
+Note that, you can not set `reportProgress` to `true` when post
329
+`HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects`
330
+command to V8.
331
+
332
#### Example usage
333
334
Apart from the debugger, various V8 Profilers are available through the DevTools
0 commit comments