@helia/verified-fetch
    Preparing search index...

    Interface ContextDispositionHeader

    interface ContextDispositionHeader {
        disposition: "attachment" | "inline";
        filename: string;
    }
    Index

    Properties

    disposition: "attachment" | "inline"
    filename: string