mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
8 lines
264 B
Text
8 lines
264 B
Text
|
error: Uncaught (in promise) TypeError: Deno.createHttpClient is not a function
|
||
|
Deno.createHttpClient();
|
||
|
^
|
||
|
at [WILDCARD]http.ts:1:6
|
||
|
|
||
|
info: Deno.createHttpClient() is an unstable API.
|
||
|
hint: Run again with `--unstable-http` flag to enable this API.
|