Added comment indicating where I got the download code from
parent
d7bccd620e
commit
daa4bbf9b3
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue