Commit fb67650
authored
fix(core): Check
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:
#5630fetch support with data URL (#18225)1 parent 5a5e091 commit fb67650
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments