ZenFS
    Preparing search index...

    Interface PortOptions

    interface PortOptions {
        port: Channel;
        timeout?: number;
    }
    Index

    Properties

    Properties

    port: Channel

    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