Frida Docs Unified
    Preparing search index...

    Interface WindowsStreamOptions

    interface WindowsStreamOptions {
        autoClose?: boolean;
    }
    Index

    Properties

    Properties

    autoClose?: boolean

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