Open mattlub opened 6 years ago
Currently you only need these lines in your search handler for it to work as it does now.
var allData = ''; request.on('data', function(query) { allData += query; }) request.on('end', function() { // ... }
we try to do that but give me error
@safaaamro what was the error? :)
Currently you only need these lines in your search handler for it to work as it does now.