-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
FileReader API missing #5249
Comments
Hey Brian :) I definitely want to get aws-sdk ported - that would be awesome. |
Meeee too. I think we will have an S3 client shortly here anyhow. The community DynamoDB client is excellent starting point. And once we have SNS and SQS…I won't have a use case for Node anymore. |
Thinking we don't need another way of reading files when Kinda the new way of reading blob's in browser now days |
well aws-sdk and others use FileReader |
feels like the FileReader will become more obsolete when ppl switch to the new methods |
But it'll take time for them to become obsolete. |
We have always supported standard browser APIs based on a compelling feature request and complexity of implementing, versus whether there are better ways to do it. Supporting |
I had an attempt at the aws-sdk |
I made a start on FileReader https://github.com/PaulThompson/deno/tree/feat-filereader |
Ready for review on #6673 |
Done in #6673, will be released in CC @brianleroux |
@brianleroux FYI I started work on a S3 and SQS client a while ago. Not fully featured yet, but it is a start. |
The browser global
FileReader
is missing which is in use by many popular modules such as theaws-sdk
by AWS.The text was updated successfully, but these errors were encountered: