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
fix(blob): allow client uploads in web workers (#817)
* fix(blob): allow client uploads in web workers
Before this commit, we had guards so client uploads could only be used in
browser environments, this prevented customers to use Vercel Blob in Web
Workers, sometimes React Native or in general anywhere window is not really what
we think it is.
* changeset
* actually remove this code
* remove
* update
* debug
* remove console.logs
* ensure random tests
* update
0 commit comments