@bitbeater/node-utils - v3.0.0
Preparing search index...
files
tail
Function tail
tail
(
filePath
:
string
,
cb
:
(
chunk
:
Uint8Array
)
=>
void
)
:
FSWatcher
Tails a file and calls the callback with new data when the file is appended.
Parameters
filePath
:
string
cb
:
(
chunk
:
Uint8Array
)
=>
void
Returns
FSWatcher
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bitbeater/node-utils - v3.0.0
Loading...
Tails a file and calls the callback with new data when the file is appended.