haxe
haxe copied to clipboard
Http: responseHeaders missing in JS?
Hello,
The Http object appears to be missing the responseHeaders field when targeting JavaScript.
It seems strange, since apart from this field the Http seems identical to that of the Sys targets.
Is this intended? If yes, how should I go about obtaining the response headers when targeting JavaScript?
Thanks!