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
We might want to split the Batch() implementation a bit, so that if users pass an array with requests they receive an array with responses back (that should have the every(), forEach(), etc. methods) and if they pass an object with named requests, they get an object back. This would have some code duplication, but I'd say that it would probably be a bit clearer than the current implementation...
The following code
outputs
The text was updated successfully, but these errors were encountered: