Returns if the observable instance has the given event
The internals of the observable instance.
NOTE: Do not use this to try to meddle with the internals of the observable instance. This is for debugging purposes only.
Enables or disables debugging for the observable instance. Works in conjunction with your spy function. Provides a stack trace of events that are triggered, listened to, and cleaned up.
Optionalon: booleanWhether to enable or disable debugging
Returns an event generator that will listen for the specified event
Optionaloptions: ListenerOptionsReturns an event generator that will listen for the specified event
Optionaloptions: ListenerOptionsListens for the specified event and executes the given callback
Optionaloptions: ListenerOptionsReturns an event generator that will listen for the specified event
Optionaloptions: ListenerOptionsReturns an event generator that will listen for all events matching the regex
Optionaloptions: ListenerOptionsListens for all events matching the regex and executes the given callback
Optionaloptions: ListenerOptionsReturns an event promise that resolves when the specified event is emitted. This overload is untyped and can be used to listen for any event that is emitted.
Optionaloptions: ListenerOptionsExecutes a callback once when the specified event is emitted. This overload is untyped and can be used to listen for any event that is emitted.
Optionaloptions: ListenerOptionsReturns an event promise that resolves when any events matching the regex are emitted
Optionaloptions: ListenerOptionsExecutes a callback once when any events matching the regex are emitted
Optionaloptions: ListenerOptions
Public surface of FetchEngine that plugins receive.
Provides access to hooks and the observer event system without exposing internal executor details.