|
@@ -88,7 +88,6 @@ type SaveAs = (
|
|
|
export const saveAs: SaveAs =
|
|
|
"download" in HTMLAnchorElement.prototype && !isMacOSWebView
|
|
|
? (blob, name = "download", opts) => {
|
|
|
- debugger;
|
|
|
const URL = global.URL || global.webkitURL;
|
|
|
const a = document.createElement("a");
|
|
|
|