javascript
Type: <boolean>
Default: true
Default: true
It enables/disables JavaScript execution into the browser page over the target url.
- CLI
- JavaScript
- Shell
- Python
- Ruby
const mql = require('@microlink/mql')
const { status, data } = await mql('https://news.ycombinator.com', {
javascript: true
})
mql.render(data)