| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,6 +54,10 @@ Create a new instance of the `inspector.Session` class. The inspector session | |||
| 54 | 54 | needs to be connected through [`session.connect()`][] before the messages | |
| 55 | 55 | can be dispatched to the inspector backend. | |
| 56 | 56 | ||
| 57 | + When using `Session`, the object outputed by the console API will not be | ||
| 58 | + released, unless we performed manually `Runtime.DiscardConsoleEntries` | ||
| 59 | + command. | ||
| 60 | + | ||
| 57 | 61 | #### Event: `'inspectorNotification'` | |
| 58 | 62 | ||
| 59 | 63 | <!-- YAML | |
@@ -223,6 +227,10 @@ Create a new instance of the `inspector.Session` class. The inspector session | |||
| 223 | 227 | needs to be connected through [`session.connect()`][] before the messages | |
| 224 | 228 | can be dispatched to the inspector backend. | |
| 225 | 229 | ||
| 230 | + When using `Session`, the object outputed by the console API will not be | ||
| 231 | + released, unless we performed manually `Runtime.DiscardConsoleEntries` | ||
| 232 | + command. | ||
| 233 | + | ||
| 226 | 234 | #### Event: `'inspectorNotification'` | |
| 227 | 235 | ||
| 228 | 236 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments