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
Adds an event listener to the `ReportHandle` to call the supplied listener when the specified event occurs.
164
+
165
+
#### Arguments
166
+
167
+
`eventType` is a string that represents the event type to listen for. These event types are supported:
168
+
-`"readyStateChanged"` for listening to changes on the `readyState` property.
169
+
170
+
`listener` is an event listener callback function. When the event occurs, `listener` is called and passed an event object containing the following properties:
171
+
-`type` is a string that matches the event type.
172
+
-`target` refers to the ReportHandle that the event occurred on.
0 commit comments