Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 16:17
· 1 commit to main since this release
8c02df6

Patch Changes

  • 0c98feb: fix(blob): allow client uploads in web workers

    Before this change, 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.