server.Server.showBufferBytes
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- packages/libtmux/src/server.ts
- showBufferBytes ( name : : string ) Promise<Uint8Array>
-
Read a named paste buffer without decoding or splitting its bytes.
Unlike
Server.showBuffer, this preserves NUL, invalid UTF-8, line endings, and trailing newlines.Examples
const bytes = await server.showBufferBytes("payload");bytes[0]; // 104
0 declared, 0 inherited