File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ changes:
2727
2828Deactivate the inspector. Blocks until there are no active connections.
2929
30+ When using ` Session ` , the object outputed by the console API will not be
31+ released, unless we performed manually ` Runtime.DiscardConsoleEntries `
32+ command.
33+
3034## ` inspector.console `
3135
3236* {Object} An object to send messages to the remote inspector console.
@@ -106,6 +110,10 @@ Create a new instance of the `inspector.Session` class. The inspector session
106110needs to be connected through [ ` session.connect() ` ] [ ] before the messages
107111can be dispatched to the inspector backend.
108112
113+ When using ` Session ` , the object outputed by the console API will not be
114+ released, unless we performed manually ` Runtime.DiscardConsoleEntries `
115+ command.
116+
109117### Event: ` 'inspectorNotification' `
110118
111119<!-- YAML
You can’t perform that action at this time.
0 commit comments