UNPKG

mongo-express

Version:
5 lines (4 loc) 179 B
globalThis.loadFile = function (id) { const st = ME_SETTINGS; globalThis.location.href = `${st.baseHref}db/${st.dbName}/gridFS/${st.bucketName}/${encodeURIComponent(id)}`; };