itd-api / PreparedBufferSource
Interface: PreparedBufferSource
Defined in: core/attachments/resolver.ts:33
Буфер, полностью принадлежащий вызывающему коду.
Properties
blob
ts
readonly blob: Blob;Defined in: core/attachments/resolver.ts:35
contentType
ts
readonly contentType: string | undefined;Defined in: core/attachments/resolver.ts:38
filename?
ts
readonly optional filename?: string;Defined in: core/attachments/resolver.ts:37
mode
ts
readonly mode: "buffer";Defined in: core/attachments/resolver.ts:34
size
ts
readonly size: number;Defined in: core/attachments/resolver.ts:36