Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable TEXT_FILE_EXTENSIONSConst

    TEXT_FILE_EXTENSIONS: Readonly<
        {
            csv: "text/csv";
            json: "application/json";
            md: "text/markdown";
            pdf: "application/pdf";
            tsv: "text/tab-separated-values";
            txt: "text/plain";
            xml: "application/xml";
            yaml: "application/yaml";
            yml: "application/yaml";
        },
    > = ...

    The supported file extensions for text files, and their corresponding mime types.