This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Implement Blob and other polyfills #44
Closed
Description
According to #37 advice from @vaibhawc , perhaps we should consider implement Blob
class on RN since we already have network and fs APIs. This may let some JS libraries that depends on web API becomes available in RN. At least we can try to make firebase.storage work.
These are polyfills that planned to be implemented so far
- Blob
- File
- XMLHttpRequest
- FileReader (postponed)
- Test cases
- Documentation
This feature will develop on branch 0.8.0