mwg API
    Preparing search index...

    Function checkNoControlCharacters

    • Throws on an embedded NUL byte or a control character outside ordinary whitespace (tab, newline, carriage return) - the kind of byte a well-formed save or news response never legitimately contains, and a cheap tell that a payload was truncated, corrupted, or deliberately malformed before it ever reaches JSON.parse.

      Parameters

      • text: string

      Returns void