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?