summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/polyfills/http.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/polyfills/http.ts b/ext/node/polyfills/http.ts
index 6a1ea7105..391906c40 100644
--- a/ext/node/polyfills/http.ts
+++ b/ext/node/polyfills/http.ts
@@ -283,6 +283,8 @@ class FakeSocket extends EventEmitter {
setKeepAlive() {}
end() {}
+
+ destroy() {}
}
/** ClientRequest represents the http(s) request from the client */