The type of the elements in the source sequence.
The type of elements from the handler function.
Error handler function, producing another async-iterable sequence.
Optional
signal: AbortSignalAn operator which continues an async-iterable sequence that is terminated by an exception with the specified handler.
Generated using TypeDoc
Continues an async-iterable sequence that is terminated by an exception with the async-iterable sequence produced by the handler.