You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Check fetch support with data URL (#18225)
As Deno requires a valid URL when calling `new Request`, `example.com`
was used but this caused problems.
This PR changes it to a data URL as it does not rely on external
dependencies and is a valid URL in Deno.
Fixes: #18218
Previous PR for that:
#5630
0 commit comments