Crumbtrail
    Preparing search index...

    Interface IZStreamReadOptions

    Options for reading from a stream.

    interface IZStreamReadOptions {
        flag?: OpenMode;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    flag?: OpenMode

    The way that node will open the file.

    Default is 'r'

    signal?: AbortSignal

    Allows you to cancel the read if it's taking too long.