Frida Docs Unified
    Preparing search index...

    Interface UnixStreamOptions

    interface UnixStreamOptions {
        autoClose?: boolean;
    }
    Index

    Properties

    Properties

    autoClose?: boolean

    Whether the file descriptor should be closed when the stream is closed, either through close() or future garbage-collection.