Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 facebook#4390 Reviewed By: svcscm Differential Revision: D2818377 Pulled By: nicklockwood fb-gh-sync-id: 8b3f27476af21c5fd65b844034579372172ea73c
- Loading branch information