-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support base64 strings in InputFile #705
Comments
👎: tc39/proposal-arraybuffer-base64#51 Why doesn't Next time I touch
|
Epic stuff, I expect it to land in Deno in a few weeks which is early enough for us to use it
It should from now on.
The advantage is that users don't have to think about how to convert a
It does not have to do that, you just chose to do it. We can still change it. |
What are non-goals for |
Title says it all. Should just be
new InputFile({ base64 })
.The text was updated successfully, but these errors were encountered: