I wrote a javascript(nodejs+express) program to download a html document from a given url. I converted into a DOM object using parse5, jsdom, cherrio(only one). Now I need to send the response(the DOM object) to an ajax call. But when I try I wrote a javascript(nodejs+express) program to