Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + func NewBuffer(call goja.ConstructorCall, runtime *goja.Runtime) *goja.Object + type Buffer struct + func (b *Buffer) Bytes() []byte + func (b *Buffer) Hex() string + func (b *Buffer) Hexdump() string + func (b *Buffer) Len() int + func (b *Buffer) Pack(formatStr string, msg any) error + func (b *Buffer) String() string + func (b *Buffer) Write(data []byte) *Buffer + func (b *Buffer) WriteString(data string) *Buffer