Upload binary/text bytes to a working-tree file at path. Rejects too-large past the host's size limit. The bytes are transferred (zero-copy).

  • Parameters

    • path: string
    • bytes: Uint8Array

    Returns Promise<void>