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
This changes our fetch transport a bit, making use of async functions
and slightly adjusting error handling:
1. Technically there was a bug if fetch is not available, as we would
keep increasing the `pendingBodySize`/`pendingCount` and never decrease
it.
2. We had some dedicated error messages for edge cases that are IMHO not
necessary - we can safe a few bytes by just using default error messages
there.
3. No need to use sync promise here, all of this is async anyhow.
Extracted this out of
#17641
0 commit comments