apache / apache/cordova-plugin-file
Missing new blob read methods
Open
- Dominant language
- JavaScript
- Stars
- 744
- Forks
- 754
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 1
Description
https://github.com/apache/cordova-plugin-file/blob/5274cab39e3f96a8682a74ba28663f32611501c8/www/File.js#L31
Should implement `.arrayBuffer()` `.stream()` and `.text()`
Contributor guide
Research direction
Open www/File.js at the linked line and inspect how blob reads are currently exposed. Implement the requested arrayBuffer(), stream(), and text() methods there, then verify that all three are available with the expected blob-read behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100