diff --git a/doc/api/inspector.md b/doc/api/inspector.md index e5f74a6adc75fd..242f4d6e77e3ce 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -208,7 +208,11 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting with one of the runtime agents used to inspect the application state and listen to the run-time events. -## Example usage +You can not set `reportProgress` to `true` when sending a +`HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects` +command to V8. + +#### Example usage Apart from the debugger, various V8 Profilers are available through the DevTools protocol. diff --git a/doc/api/v8.md b/doc/api/v8.md index 3076a199540f13..b08a203ed3596a 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -1051,7 +1051,7 @@ Start collecting GC data. added: REPLACEME --> -Stop collecting GC data and return a object.The content of object +Stop collecting GC data and return an object.The content of object is as follows. ```json