The browser global FileReader is missing which is in use by many popular modules such as the aws-sdk by AWS.
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鈥 won't have a use case for Node anymore.
Thinking we don't need another way of reading files when .text(), .arrayBuffer() & .stream() already exist
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 aws-sdk is a very compelling use case.
I had an attempt at the aws-sdk
https://github.com/aws/aws-sdk-js-v3/issues/1289
I made a start on FileReader https://github.com/PaulThompson/deno/tree/feat-filereader
Ready for review on https://github.com/denoland/deno/pull/6673
Done in https://github.com/denoland/deno/pull/6673, will be released in v1.3.0 on Thursday.
CC @brianleroux
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鈥 won't have a use case for Node anymore.
@brianleroux FYI I started work on a S3 and SQS client a while ago. Not fully featured yet, but it is a start.
Most helpful comment
Hey Brian :)
I definitely want to get aws-sdk ported - that would be awesome.