function download_button(feather) {return html`
<h3>${filename} (${mb(feather.bytes.length)})</h3>
${DOM.download(new Blob([feather.bytes.buffer], {type: "application/octet-stream"}), `${filename}.trifeather`, `Download ${feather.t.length} row file)`)}`}