Documentation
    Preparing search index...

    Interface FileReader

    interface FileReader {
        getBytes(): Promise<Uint8Array<ArrayBufferLike>>;
        getIdentifier(): Promise<null | string>;
        getTags(): Promise<Record<string, string>>;
    }
    Index

    Methods

    • Returns Promise<Uint8Array<ArrayBufferLike>>

    • Returns Promise<null | string>

    • Returns Promise<Record<string, string>>