mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 17:58:47 +00:00
513 B
513 B
simplex-chat / core / chatWriteFile
Function: chatWriteFile()
chatWriteFile(
ctrl,path,buffer):Promise<CryptoArgs>
Defined in: src/core.ts:74
Write buffer to encrypted file
Parameters
ctrl
bigint
path
string
buffer
ArrayBuffer | Uint8Array<ArrayBufferLike>
Returns
Promise<CryptoArgs>