mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
feat(cli): custom http client for fetch (#6918)
This commit is contained in:
parent
91ed614aa8
commit
ce7808baf0
6 changed files with 182 additions and 117 deletions
|
@ -126,4 +126,6 @@ __bootstrap.denoNsUnstable = {
|
|||
fdatasync: __bootstrap.fs.fdatasync,
|
||||
fsyncSync: __bootstrap.fs.fsyncSync,
|
||||
fsync: __bootstrap.fs.fsync,
|
||||
HttpClient: __bootstrap.fetch.HttpClient,
|
||||
createHttpClient: __bootstrap.fetch.createHttpClient,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue