When provided the corresponding AbortController
can be used to cancel an asynchronous action.
interface
crypto.CipherChaCha20Poly1305Options
interface CipherChaCha20Poly1305Options
- signal?: AbortSignal
- transform?: (this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback) => void