s/WebKit/Google Chrome/ on the Chrome issue comment
This commit is contained in:
+2
-2
@@ -79,8 +79,8 @@ var saveAs = saveAs || (function(view) {
|
|||||||
if (!name) {
|
if (!name) {
|
||||||
name = "download";
|
name = "download";
|
||||||
}
|
}
|
||||||
// Object and web filesystem URLs have a problem saving in WebKit when viewed
|
// Object and web filesystem URLs have a problem saving in Google Chrome when
|
||||||
// in a tab, so I force object URLs to save with application/octet-stream
|
// viewed in a tab, so I force save with application/octet-stream
|
||||||
// http://code.google.com/p/chromium/issues/detail?id=91158
|
// http://code.google.com/p/chromium/issues/detail?id=91158
|
||||||
if (view.chrome && type !== force_saveable_type) {
|
if (view.chrome && type !== force_saveable_type) {
|
||||||
slice = blob.slice || blob.webkitSlice;
|
slice = blob.slice || blob.webkitSlice;
|
||||||
|
|||||||
Reference in New Issue
Block a user