Dan DeFelippi
Results
13
comments of
Dan DeFelippi
Thanks. You're right, looks like sync requests don't set the response headers. I will work on this for the next release.
FormData is part of the XHR 2 spec which node-XHR is missing most of, including FormData. This is something I'd like to add when I have a chance. Take a...
Interesting problem. There must be a better solution to this though. Hardcoding a path (`/usr/bin/env node`) isn't scalable. What about when the node executable is named `nodejs` as it is...