browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

add Response#setEncoding #10

Open tellnes opened 12 years ago

Jxck commented 9 years ago

+1

acgray commented 9 years ago

+1

kumavis commented 9 years ago

better than nothing +1

guasek commented 9 years ago

+1

tellnes commented 9 years ago

I'll rebase this if one with commit bit says it will be merged.

shergin commented 9 years ago

+1

saiichihashimoto commented 9 years ago

+3

patrickmetz commented 3 years ago

One can at least put the following code into lib/response.js, to make the error disappear:

Response.prototype.setEncoding = function(encoding) { // not implemented }

If needed, you have to handle the encoding elsewhere, because that would need further changes in http-browserify.