File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,10 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
325325with one of the runtime agents used to inspect the application state and listen
326326to the run-time events.
327327
328+ Note that, you can not set ` reportProgress ` to ` true ` when sending a
329+ ` HeapProfiler.takeHeapSnapshot ` or ` HeapProfiler.stopTrackingHeapObjects `
330+ command to V8.
331+
328332#### Example usage
329333
330334Apart from the debugger, various V8 Profilers are available through the DevTools
Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ Start collecting GC data.
10811081added: REPLACEME
10821082-->
10831083
1084- Stop collecting GC data and return a object.The content of object
1084+ Stop collecting GC data and return an object.The content of object
10851085is as follows.
10861086
10871087``` json
You can’t perform that action at this time.
0 commit comments