mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
aa7e1fc362
This commit re-implements `ext/fetch` and all dependent crates using `hyper` and `hyper-util`, instead of `reqwest`. The reasoning is that we want to have greater control and access to low level `hyper` APIs when implementing `fetch` API as well as `node:http` module. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
5 lines
221 B
Text
5 lines
221 B
Text
error: Uncaught (in promise) TypeError: client error[WILDCARD]
|
|
await fetch("https://nonexistent.deno.land/");
|
|
^[WILDCARD]
|
|
at async fetch (ext:[WILDCARD])
|
|
at async file:///[WILDCARD]/fetch_async_error_stack.ts:1:1
|