File tree 2 files changed +5
-1
lines changed
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
325
325
with one of the runtime agents used to inspect the application state and listen
326
326
to the run-time events.
327
327
328
+ You can not set ` reportProgress ` to ` true ` when sending a
329
+ ` HeapProfiler.takeHeapSnapshot ` or ` HeapProfiler.stopTrackingHeapObjects `
330
+ command to V8.
331
+
328
332
#### Example usage
329
333
330
334
Apart 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.
1081
1081
added: REPLACEME
1082
1082
-->
1083
1083
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
1085
1085
is as follows.
1086
1086
1087
1087
``` json
You can’t perform that action at this time.
0 commit comments