feature-downloads #17

Merged
bombinans merged 5 commits from feature-downloads into main 2025-01-11 06:44:53 +00:00
Showing only changes of commit daa4bbf9b3 - Show all commits

View File

@ -1,3 +1,7 @@
// adapted from the DOM.download method as per this issue:
// https://github.com/observablehq/framework/issues/906
const xmlns = "http://www.w3.org/2000/xmlns/";
const xlinkns = "http://www.w3.org/1999/xlink";
const svgns = "http://www.w3.org/2000/svg";