Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upURL missing as part of the WebAPI #1170
Comments
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
Oct 29, 2018
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
label
Oct 29, 2018
This comment has been minimized.
This comment has been minimized.
|
My bad, I didn't explicitly state that I wanted an browser environment. echo "let url = new URL('www.google.com'); console.log(url)" | \
standard --stdin --env browserworks as expected (no error). |
stale
bot
removed
the
stale
label
Oct 29, 2018
This comment has been minimized.
This comment has been minimized.
|
My bad, I didn't explicitly state that I wanted an browser environment. echo "let url = new URL('www.google.com'); console.log(url)" | \
standard --stdin --env browserworks as expected (no error). |
HoffmannP
closed this
Oct 29, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Jan 27, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HoffmannP commentedJul 31, 2018
•
edited
What version of standard?
8.6.0
What operating system, Node.js, and npm version?
Linux Mint 19
Node: 10.7.0
npm: 6.1.0
What did you expect to happen?
No Error (see https://developer.mozilla.org/de/docs/Web/API/URL/URL)
What actually happened?
'URL' is not defined.