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.
[Polyfill] Make XMLHttpRequest compatible to whatwg-fetch #70
Closed
Description
Described in #69 , when replacing window.XMLHttpRequest react-native fetch
becomes malfunction. Though it's still possible to use our fetch
but we should still consider make XMLHttpRequest compatible to whatwg-fetch.
- Fetch replacement
- FileReader polyfill implementation
- Test cases
- Documentation