Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 968db21

Browse filesBrowse files
theanarkhruyadorno
authored andcommitted
doc: add tip for session.post function
PR-URL: #46354 Refs: #44634 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 8a45c9d commit 968db21
Copy full SHA for 968db21

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/inspector.md‎

Copy file name to clipboardExpand all lines: doc/api/inspector.md
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/api/v8.md‎

Copy file name to clipboardExpand all lines: doc/api/v8.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.