feat: stabilize Deno.createHttpClient() (#25569)

Closes #25518
This commit is contained in:
Asher Gomez 2024-09-12 10:46:48 +10:00 committed by GitHub
parent 3a3837545c
commit 8476bbff9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 127 additions and 203 deletions

View file

@ -126,6 +126,8 @@ const denoNs = {
uid: os.uid,
Command: process.Command,
ChildProcess: process.ChildProcess,
httpClient: httpClient.httpClient,
createHttpClient: httpClient.createHttpClient,
};
// NOTE(bartlomieju): keep IDs in sync with `cli/main.rs`