Skip to content

TailHandle

Defined in: src/core/adapters.ts:128

Handle to a tail operation

Properties

lines

readonly lines: AsyncIterable<string>

Defined in: src/core/adapters.ts:130

Async iterator for new lines

Methods

stop()

stop(): void

Defined in: src/core/adapters.ts:132

Stop tailing

Returns

void