@scolastico-dev/walu
    Preparing search index...

    Interface ICacheRecord

    Represents a cached file record in IndexedDB. Each record contains a file path and its corresponding binary data.

    interface ICacheRecord {
        blob: Blob;
        path: string;
    }
    Index

    Properties

    Properties

    blob: Blob

    The file content as a Blob

    path: string

    The file path used as the cache key