Kaushik Maheta
Results
1
issues of
Kaushik Maheta
## Expected Behavior `Mercury.parse(url, { contentType: 'text\html' }).then(result => console.log(result) );` ### Output:- `{... ,contant: {text:"this is sample text",html:"this is sample text"}` ## Current Behavior `Mercury.parse(url, { contentType: 'text' }).then(result...