diff options
author | 2022-10-17 06:53:18 -0700 | |
---|---|---|
committer | 2022-10-17 06:53:18 -0700 | |
commit | cdff2697efff88dd4059c41954f4bdd84bd3063c (patch) | |
tree | 6f0dbb3ec34139ca8fb9bf0d90168e962b71dbfe /src/bun.js/bindings/headers-cpp.h | |
parent | ca02695993a3380a75ff4b19fb45814e184b092a (diff) | |
download | bun-cdff2697efff88dd4059c41954f4bdd84bd3063c.tar.gz bun-cdff2697efff88dd4059c41954f4bdd84bd3063c.tar.zst bun-cdff2697efff88dd4059c41954f4bdd84bd3063c.zip |
Implement `sendText`, `sendBinary`, `publishText`, `publishBinary`
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index b64b6cbd0..0bc56c8d0 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1665309067 +//-- AUTOGENERATED FILE -- 1666012803 // clang-format off #pragma once |