ZenFS
    Preparing search index...

    Interface Options

    The options for the RPC options

    interface Options {
        port: RPC.Port;
        timeout?: number;
    }
    Index

    Properties

    Properties

    port: RPC.Port

    The target port that you want to connect to, or the current port if in a port context.

    timeout?: number

    How long to wait for a request to complete