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
Hi.
Cool utility, but i have several problems when i use this like a Node module
npm init -y npm i -g domcurl npm i -S domcurl touch index_1.js touch index_2.js
in this example func call run immediately
node index_1.js
index_1.js
const domcurl = require('domcurl'); console.log(domcurl);
output:
--url or default value is not a valid URL {}
this is example from doc
node index_2.js
index_2.js
const {domcurl} = require('domcurl'); domcurl(`https://paul.kinlan.me/`, {});
TypeError: domcurl is not a function
Sorry, I pointed out two problems in one ticket. Thank you for your attention!🙄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
Cool utility, but i have several problems when i use this like a Node module
Example 1:
in this example func call run immediately
index_1.js
output:
Example 2:
this is example from doc
index_2.js
output:
Sorry, I pointed out two problems in one ticket.
Thank you for your attention!🙄
The text was updated successfully, but these errors were encountered: