Open hubgit opened 5 years ago
This adds blob to the regex of URL prefixes, so that URLs created with window.URL.createObjectURL(blob) in a browser can be passed in as the xml parameter.
blob
window.URL.createObjectURL(blob)
xml
This adds
blob
to the regex of URL prefixes, so that URLs created withwindow.URL.createObjectURL(blob)
in a browser can be passed in as thexml
parameter.