Documentation
    Preparing search index...

    Interface RawFile

    interface RawFile {
        contentType?: string;
        data: Blob | BinaryLike | Buffer<ArrayBufferLike> | File;
        name: string;
    }
    Index

    Properties

    contentType?: string

    Content-Type of the file

    data: Blob | BinaryLike | Buffer<ArrayBufferLike> | File

    The actual data for the file

    name: string

    The name of the file