We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64a565 commit 5e67a35Copy full SHA for 5e67a35
src/index.js
@@ -6,6 +6,8 @@ function InvalidUrlError({url, statusCode, statusText}) {
6
this.message = `There was an error retrieving CSS from ${url}.\n\tHTTP status code: ${statusCode} (${statusText})`
7
}
8
9
+InvalidUrlError.prototype = Error.prototype
10
+
11
module.exports = async (
12
url,
13
{debug = false, waitUntil = 'networkidle2', browserOverride = null} = {}
0 commit comments