WebUI X Documentation
    Preparing search index...
    • Writes binary data to a file using the output stream

      Parameters

      • path: string

        The file path to write to

      • data: ArrayBuffer | Uint8Array<ArrayBufferLike>

        The binary data to write

      Returns Promise<void>