File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,11 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
208208with one of the runtime agents used to inspect the application state and listen
209209to 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
213217Apart from the debugger, various V8 Profilers are available through the DevTools
214218protocol.
Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ Start collecting GC data.
10511051added: 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
10551055is as follows.
10561056
10571057``` json
You can’t perform that action at this time.
0 commit comments