philhawksworth
fetch does not work
How does it fail? Does it give an error message?
Keep in mind that due to the security model, you have to allow Deno to make network requests by running it with
--allow-net
or -A
https://docs.deno.com/runtime/tutorials/fetch_data/#fetching-data45 replies