Skip to content

Commit 968db21

Browse files
theanarkhruyadorno
authored andcommitted
doc: add tip for session.post function
PR-URL: #46354 Refs: #44634 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8a45c9d commit 968db21

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/api/inspector.md

+4
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting
325325
with one of the runtime agents used to inspect the application state and listen
326326
to the run-time events.
327327

328+
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

330334
Apart from the debugger, various V8 Profilers are available through the DevTools

doc/api/v8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ Start collecting GC data.
10811081
added: 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
10851085
is as follows.
10861086

10871087
```json

0 commit comments

Comments
 (0)