diff options
Diffstat (limited to 'files/ru/web/api/htmlcanvaselement/toblob/index.html')
-rw-r--r-- | files/ru/web/api/htmlcanvaselement/toblob/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/htmlcanvaselement/toblob/index.html b/files/ru/web/api/htmlcanvaselement/toblob/index.html index 56cd5c0369..3ec0c1e158 100644 --- a/files/ru/web/api/htmlcanvaselement/toblob/index.html +++ b/files/ru/web/api/htmlcanvaselement/toblob/index.html @@ -233,9 +233,9 @@ canvas.toBlob(blobCallback('passThisString'), 'image/vnd.microsoft.icon', <p>[1] See {{WebKitBug("71270")}}.</p> -<h2 id="Полифилл">Полифилл</h2> +<h2 id="Полифил">Полифил</h2> -<p>Полифилл, основанный на toDataURL, со слабой производительностью.</p> +<p>Полифил, основанный на toDataURL, со слабой производительностью.</p> <pre>if (!HTMLCanvasElement.prototype.toBlob) { Object.defineProperty(HTMLCanvasElement.prototype, 'toBlob', { |