mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
@@ -1520,6 +1520,10 @@ class ClientRequest extends OutgoingMessage {
|
||||
return this.#agent;
|
||||
}
|
||||
|
||||
set agent(value) {
|
||||
this.#agent = value;
|
||||
}
|
||||
|
||||
#createStream() {
|
||||
if (!this.#stream) {
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user