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;
}

Methods

Methods

  • Returns string