modal
    Preparing search index...

    Type Alias StreamMode

    StreamMode: "text" | "binary"

    Specifies the type of data that will be read from the sandbox or container process. "text" means the data will be read as UTF-8 text, while "binary" means the data will be read as raw bytes (Uint8Array).