Commit 129dccf 1 parent e4437dd commit 129dccf Copy full SHA for 129dccf
File tree 2 files changed +6
-2
lines changed
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
208
208
with one of the runtime agents used to inspect the application state and listen
209
209
to the run-time events.
210
210
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
212
216
213
217
Apart from the debugger, various V8 Profilers are available through the DevTools
214
218
protocol.
Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ Start collecting GC data.
1051
1051
added: REPLACEME
1052
1052
-->
1053
1053
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
1055
1055
is as follows.
1056
1056
1057
1057
``` json
You can’t perform that action at this time.
0 commit comments