interfacefs.promises.PullOptionsinterface PullOptionsautoClose?: booleanClose the file handle when the stream ends.chunkSize?: numberSize in bytes of the buffer allocated for each read operation.limit?: numberMaximum number of bytes to read before ending the iterator. Reads stop when limit bytes have been delivered or EOF is reached, whichever comes first.signal?: AbortSignalstart?: numberByte offset to begin reading from. When specified, reads use explicit positioning (pread semantics).
Maximum number of bytes to read before ending the iterator. Reads stop when limit bytes have been delivered or EOF is reached, whichever comes first.