Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.01 KB

RUNTIMES.md

File metadata and controls

22 lines (16 loc) · 1.01 KB

Supported JavaScript runtimes

This SDK is intended to be used in JavaScript runtimes that support the following features:

Runtime environments that are explicitly supported are:

  • Evergreen browsers which include: Chrome, Safari, Edge, Firefox
  • Node.js active and maintenance LTS releases
    • Currently, this is v18 and v20
  • Bun v1 and above
  • Deno v1.39
    • Note that Deno does not currently have native support for streaming file uploads backed by the filesystem (issue link)