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
Originally posted by jollytoad May 12, 2022
Some operators such as bufferWhen, windowWhen, audit allow their selector fn to return an ObservableInput which really helps with interop with native JS features, such as Promises, Iterables/AsyncIterables etc.
But the delayWhen delayDurationSelector fn must return an Observable, it would really help if this was also ObservableInput. I'm not sure if this is intentional (I don't understand why it would be), or an oversight. I'm not sure if this is the case elsewhere, but it would certainly help if it was consistent across all selector fns.
The text was updated successfully, but these errors were encountered:
Discussed in #6972
Originally posted by jollytoad May 12, 2022
Some operators such as
bufferWhen
,windowWhen
,audit
allow their selector fn to return anObservableInput
which really helps with interop with native JS features, such as Promises, Iterables/AsyncIterables etc.But the
delayWhen
delayDurationSelector fn must return anObservable
, it would really help if this was alsoObservableInput
. I'm not sure if this is intentional (I don't understand why it would be), or an oversight. I'm not sure if this is the case elsewhere, but it would certainly help if it was consistent across all selector fns.The text was updated successfully, but these errors were encountered: