Can Node.js check the accessibility of raw HTML code, not URI?
I need to check the accessibility of HTML code, herewith: I need the Node.js API (class of function), not CLI. I want to pass the HTML string as parameter, not the URI of file path. Is should be something like:…