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
Migrate BrowserClient from blob to arraybuffer (#489)
This allows BrowserClient to be used on Cobalt (which
doesn't support blob in XHR).
"blob" was used as a workaround for the Dart issue #18542.
Since the issue is closed, using "arraybuffer" is more
straightforward and efficient.
0 commit comments