You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/diagnostics_channel.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1153,6 +1153,20 @@ passed to `console.warn()`.
1153
1153
Emitted when `console.error()` is called. Receives and array of the arguments
1154
1154
passed to `console.error()`.
1155
1155
1156
+
#### Diagnotics Channel
1157
+
1158
+
> Stability: 1 - Experimental
1159
+
1160
+
<!-- YAML
1161
+
added: REPLACEME
1162
+
-->
1163
+
1164
+
##### Event: `'diagnostics_channel.subscribe'`
1165
+
1166
+
*`args` {any\[]}
1167
+
1168
+
Emitted when `diagnostics_channel.subcribe()` or `channel.subscribe()` is called. Receives an object with the channel that was subscribed to, and the subscription function.
0 commit comments