File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ changes:
27
27
28
28
Deactivate the inspector. Blocks until there are no active connections.
29
29
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
+
30
34
## ` inspector.console `
31
35
32
36
* {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
106
110
needs to be connected through [ ` session.connect() ` ] [ ] before the messages
107
111
can be dispatched to the inspector backend.
108
112
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
+
109
117
### Event: ` 'inspectorNotification' `
110
118
111
119
<!-- YAML
You can’t perform that action at this time.
0 commit comments