Parses a stream of buffers into a document.
The stream is a Writable stream that accepts buffers. When the stream is finished, the callback is called with the loaded document.
Writable
The options to pass to Cheerio.
The callback to call when the stream is finished.
The writable stream.
Parses a stream of buffers into a document.
The stream is a
Writablestream that accepts buffers. When the stream is finished, the callback is called with the loaded document.