MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.46k stars 125 forks source link

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

Closed BehindTheMath closed 6 years ago

BehindTheMath commented 6 years ago

If the form's enctype attribute is set to multipart/form-data, use FormData to encode the form's elements.

Fixes #132.

robinnorth commented 6 years ago

I think you'll also need to update your TypeScript definitions as part of this, is that correct?

BehindTheMath commented 6 years ago

I think you'll also need to update your TypeScript definitions as part of this, is that correct?

Good point.

BehindTheMath commented 6 years ago

It's great to have a second pair of eyes on it. There's always something that I miss. So thanks for that.

robinnorth commented 6 years ago

Nice one on getting this feature in there, I think it's probably time we pushed out a new version now!

BehindTheMath commented 6 years ago

I'm going to start working on that.

robinnorth commented 6 years ago

Great, let me know if there's anything I can do to help.