cferdinandi / cferdinandi/atomic
Make it possible to provide FormData transparently
Open
enhancement
- Dominant language
- HTML
- Stars
- 540
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
I really like the simplicity of atomic.js. Yesterday I ran into a problem, though.
I want to upload a file via a FormData. However if I provide FormData to atomic.js (in contrast to just a simple object) it fails.
Would it be possible to enhance atomic.js so that if provided data is of type FormData atomic just passes it through to the xhr request?
Contributor guide
Assessment
This issue has not been assessed yet.