mirror of
https://github.com/oven-sh/bun
synced 2026-03-09 16:59:10 +01:00
node:net: implement BlockList (#19277)
This commit is contained in:
@@ -243,6 +243,7 @@ enum SerializationTag {
|
||||
// bun types start at 254 and decrease with each addition
|
||||
Bun__X509CertificateTag = 253,
|
||||
Bun__KeyObjectTag = 252,
|
||||
Bun__nodenet_BlockList = 251,
|
||||
|
||||
ErrorTag = 255
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user