Function fsyncSync

  • Request that all data for the open file descriptor is flushed to the storage device. The specific implementation is operating system and device specific. Refer to the POSIX fsync(2) documentation for more detail. Returns undefined.

    Since

    v0.0.67

    Parameters

    • fd: number

    Returns void

  • Request that all data for the open file descriptor is flushed to the storage device. The specific implementation is operating system and device specific. Refer to the POSIX fsync(2) documentation for more detail. Returns undefined.

    Since

    v0.0.67

    Parameters

    • fd: number

    Returns void

Generated using TypeDoc