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
It might be beneficial to make a breaking change to convert then's interface over to just emit the found entities, and have a separate catch callback, so that requests adhere to Promise's interface. This would allow easy interop with async/await
It might be beneficial to make a breaking change to convert
then's interface over to just emit the found entities, and have a separatecatchcallback, so that requests adhere toPromise's interface. This would allow easy interop withasync/await