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
The start() method needs to return a promise that resolves on first reading. It's unclear right now whether stop() also needs to return a promise or can be sync (I feel it's the latter).
The
start()
method needs to return a promise that resolves on first reading. It's unclear right now whetherstop()
also needs to return a promise or can be sync (I feel it's the latter).Depends on promises-aplus/cancellation-spec#6.
The text was updated successfully, but these errors were encountered: