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
> Unlike `.emit()`, the `.emitAsPromise()` method _awaits asynchronous listeners_.
185
+
184
186
### `.emitAsGenerator(type[, data])`
185
187
186
188
Emits the given event with optional data, and returns a generator function that exhausts all matching event listeners. Using a generator gives you granular control over what listeners are called.
0 commit comments