@eagleoutice/flowr - v2.13.14
    Preparing search index...

    The socket abstraction of flowR. Essentially a subset of what the default net.Socket of node provides.

    Implements

    Index
    remoteAddress?: string
    remotePort?: number
    • Parameters

      • event: "error" | "close" | "data"
      • listener: (data: Buffer) => void

      Returns void