x4js - v2.2.49
    Preparing search index...

    Text snapshot that works like an iterator. Will try to return chunks of roughly ~64KB size. Will return null when finished.

    interface ITextSnapshot {
        read(): string;
    }
    Index