You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response data in http-browserify seems to default to text. In node http it seems to default to buffer. Independent of defaults, the node version supports setEncoding so you can change the type of the response. The browserify version should do the same.
Activity
Jxck commentedon Sep 9, 2014
+1
or support only setEncoding('utf8') and ignore others seems fine.
tellnes commentedon Sep 9, 2014
See #10
MiguelCastillo commentedon Sep 9, 2014
So, is there a plan to merge the PR?
jamestalmage commentedon Jun 30, 2015
Would there be any value to throwing or at least logging an error if it is not
utf-8
?+1 either way.
make it work with browserify
jstoeffler commentedon Apr 17, 2016
+1
drawm commentedon Sep 23, 2016
+1
Causes problem on other library.
baalexander/node-xmlrpc#135