-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
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
new Request(...) ignores url property #7836
Comments
Apologies, I retract this bug report. I believe the real bug is that |
In |
FWIW, Firefox 81.0.1 throws an "undefined is not a valid URL" TypeError. |
That sounds like a Chrome bug: https://fetch.spec.whatwg.org/#dom-request says first param may be a string, otherwise it must be asserted to be a |
Actually can't reproduce on 81.0. For me it does the same as Chrome (which does the same as Safari) |
deno/op_crates/fetch/26_fetch.js
Lines 973 to 974 in 6b8aef5
The text was updated successfully, but these errors were encountered: