diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-01-07 18:06:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 19:06:08 +0100 |
| commit | e61e81eb57351782862aa50775ce4348f10b1856 (patch) | |
| tree | 6099aa60857f586774a195034f18ac1fb10ca519 /cli/tests/072_location_relative_fetch.ts | |
| parent | c347dfcd565c3a396ae84dff46e7374851913462 (diff) | |
feat: add --location=<href> and globalThis.location (#7369)
Diffstat (limited to 'cli/tests/072_location_relative_fetch.ts')
| -rw-r--r-- | cli/tests/072_location_relative_fetch.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/072_location_relative_fetch.ts b/cli/tests/072_location_relative_fetch.ts new file mode 100644 index 000000000..d4764bf7f --- /dev/null +++ b/cli/tests/072_location_relative_fetch.ts @@ -0,0 +1,2 @@ +const response = await fetch("fetch/hello.txt"); +console.log(await response.text()); |
