Skip to content

Instantly share code, notes, and snippets.

@alexey-kar
Created January 9, 2020 12:31
Show Gist options
  • Save alexey-kar/de712e6f38c348b55e39bd2676356e9a to your computer and use it in GitHub Desktop.
Save alexey-kar/de712e6f38c348b55e39bd2676356e9a to your computer and use it in GitHub Desktop.
d3.xml(URL.createObjectURL(new Blob([this.file]))).then(x => {
console.log(x);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment