Closed 123bistami closed 1 year ago
Hello,
jquery is not working if response body is buffer. Normally u can convert response body to html string if u add a text to it e.g. res.body += “test“, but i will use the built in jquery function how to do that.
Did you set encoding to null?
encoding
close due to inactive.
Hello,
jquery is not working if response body is buffer. Normally u can convert response body to html string if u add a text to it e.g. res.body += “test“, but i will use the built in jquery function how to do that.