Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

server.Server.showBufferBytes

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
packages/libtmux/src/server.ts
showBufferBytes ( name : : string ) → Promise<Uint8Array>
method [source]
method [source]
showBufferBytes

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

Esc

Type to search.