node-XMLHttpRequest icon indicating copy to clipboard operation
node-XMLHttpRequest copied to clipboard

Trap missing response/headers in getAllResponseHeaders (fix for #27)

Open jjbenson opened this issue 10 years ago • 1 comments

This is a work-around for issue #27 (Sync requests via jQuery fail).

jjbenson avatar Feb 23 '15 15:02 jjbenson

I encountered issues #27 and #47 while using node-XMLHttpRequest to mock xhr while testing a module (of which code I have no control of).

But everything works properly if I make a modification similar to this pull request.

Is it considered for inclusion in a future release?

oparisy avatar Dec 28 '15 19:12 oparisy