Aleksei Androsov 5061fde317 FormData can append only string or object with uri
Summary:
I fix FormData type checking.

Simple test case:
```js
var fd = new FormData();

// JS Error.
// Because all non-string values threaded as "blob"
fd.append('number', 1);
```
Closes https://github.com/facebook/react-native/pull/4390

Reviewed By: svcscm

Differential Revision: D2818377

Pulled By: nicklockwood

fb-gh-sync-id: 8b3f27476af21c5fd65b844034579372172ea73c
2016-01-12 03:25:33 -08:00
..
2015-07-24 08:41:58 -08:00
2016-01-06 10:33:29 -08:00
2016-01-08 15:42:32 -08:00
2015-12-15 09:09:32 -08:00
2016-01-07 13:40:33 -08:00
2016-01-12 03:11:31 -08:00
2015-12-23 10:08:38 -08:00
2015-12-23 12:40:33 -08:00
2015-12-18 17:04:29 -08:00
2015-12-03 09:10:29 -08:00
2015-12-23 10:08:38 -08:00
2016-01-07 12:01:56 -08:00
2015-07-24 08:41:58 -08:00