We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When caching or using fixtures, local file needs to be used instead of HTTP requests.
Using file:///localpath doesn't work though! Couldn't find any documentation or method of working with contents or a local file
file:///localpath
The text was updated successfully, but these errors were encountered:
Switched to libxmljs-dom (based on https://github.com/rchipka/node-osmosis/blob/master/lib/Request.js#L51):
const libxml = require('libxmljs-dom') var doc = libxml.parseHtml(html) doc.querySelector('table')
Sorry, something went wrong.
No branches or pull requests
When caching or using fixtures, local file needs to be used instead of HTTP requests.
Using
file:///localpath
doesn't work though! Couldn't find any documentation or method of working with contents or a local fileThe text was updated successfully, but these errors were encountered: