Add the option to use FormData to encode the form elements #153

Merged
BehindTheMath merged 4 commits from feature/form-data into master 2018-04-29 14:05:23 -05:00

4 Commits

Author SHA1 Message Date
Behind The Math
948a8a0fe3 Fix tests 2018-04-27 09:49:19 -04:00
Behind The Math
d32bec32ae Update TypeScript definitions 2018-04-27 09:45:04 -04:00
Behind The Math
ac0dfa7d81 Code cleanup 2018-04-27 09:44:37 -04:00
Behind The Math
8c8787bac5 Add the option to use FormData to encode the form elements
If the form's enctype attribute is set to "multipart/form-data",
use FormData to encode the form's elements.
2018-04-26 09:36:37 -04:00