mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Set a null prototype for most of the internals
This commit is contained in:
@@ -52,5 +52,6 @@ var https = {
|
||||
createServer: http.createServer,
|
||||
get,
|
||||
request,
|
||||
__proto__: null,
|
||||
};
|
||||
export default https;
|
||||
|
||||
Reference in New Issue
Block a user