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
Routes should be able to return multiple data types:
Observable of JSON graph
Observable of path value
Observable of array of Path value
Promise<Array>
Promise
Each onNext notification should be processed separately. Collapses should only occur when a single onNext delivers multiple values in an Array or a JSON Graph.
The text was updated successfully, but these errors were encountered:
@jhusain though it wont be used. Its actually makes life easier to accept an array of jsong and/or pathValues. Else i would have to do a every check on the array, which seems dumb.
Routes should be able to return multiple data types:
Observable of JSON graph
Observable of path value
Observable of array of Path value
Promise<Array>
Promise
Each onNext notification should be processed separately. Collapses should only occur when a single onNext delivers multiple values in an Array or a JSON Graph.
The text was updated successfully, but these errors were encountered: