minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
928 stars 273 forks source link

Could this execute in browser instead of node backend? #1259

Open shawn-maxiao opened 7 months ago

shawn-maxiao commented 7 months ago

Cloud the code be executed in the browser?

aldy505 commented 7 months ago

There's a plan to support browser, as @prakashsvmx said that some users are using this SDK on the browser environment. But I don't really confident that this really works in browser right now.

prakashsvmx commented 7 months ago

Older versions had support for most apis. since we are rewriting in typescript, slowly we will look into it. we welcome community contributions.