cferdinandi / atomic

A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
MIT License
540 stars 78 forks source link

[fix] Prevent setting Content-Type header if the provided data is FormData #106

Open Hiro-Nakamura opened 10 months ago

Hiro-Nakamura commented 10 months ago

Completes issue #60

Content-Type is no longer set if the provided data is FormData