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
See #7836
This is what Chrome, FF, and Safari do, and it is intended behaviour:
The text was updated successfully, but these errors were encountered:
for the sake of clarity, both FF and Chrome stringify undefined and interpret it as a relative url when doing new Request(undefined)
undefined
new Request(undefined)
Sorry, something went wrong.
fix(op_crates/fetch): Stringify and parse Request URLs (#7838)
98727b3
Fixes #7837
fix(op_crates/fetch): Stringify and parse Request URLs (denoland#7838)
f61678d
Fixes denoland#7837
Successfully merging a pull request may close this issue.
See #7836
This is what Chrome, FF, and Safari do, and it is intended behaviour:
The text was updated successfully, but these errors were encountered: