mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-05 03:01:19 +01:00
4 lines
199 B
TypeScript
4 lines
199 B
TypeScript
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
|
const res = await fetch("http://localhost:4545/std/examples/colors.ts");
|
|
console.log(`Response http: ${await res.text()}`);
|