eclipsesource / eclipsesource/tabris-js
Support the FileReader web API
Open
feature
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Feature description
The [FileReader API](https://developer.mozilla.org/en-US/docs/Web/API/FileReader) enables conversion of `Blobs` into `ArrayBuffer`, binary and text strings and data URLs. It is particularly useful when serializing data for exchange with external services.
### Proposed solution
Implement the [FileReader API](https://developer.mozilla.org/en-US/docs/Web/API/FileReader).
Contributor guide
Assessment
This issue has not been assessed yet.