mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
[bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice()
This commit is contained in:
@@ -90,6 +90,8 @@ pub const Tag = enum(u8) {
|
||||
fcopyfile,
|
||||
recv,
|
||||
send,
|
||||
sendfile,
|
||||
splice,
|
||||
|
||||
pub var strings = std.EnumMap(Tag, JSC.C.JSStringRef).initFull(null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user