зеркало из https://github.com/mozilla/gecko-dev.git
Bug 801676 - [Browser API] Make getScreenshot() use JPEG instead of PNG. r=jlebar
This commit is contained in:
Родитель
81857f45c1
Коммит
f6f9bc8fd4
|
@ -462,7 +462,7 @@ BrowserElementChild.prototype = {
|
|||
content.innerHeight, "rgb(255,255,255)");
|
||||
sendAsyncMsg('got-screenshot', {
|
||||
id: data.json.id,
|
||||
rv: canvas.toDataURL("image/png")
|
||||
rv: canvas.toDataURL("image/jpeg")
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче