]> git.proxmox.com Git - mirror_novnc.git/commit
Remove createImageData() fallback
authorPierre Ossman <ossman@cendio.se>
Fri, 4 Dec 2020 15:51:22 +0000 (16:51 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Dec 2020 09:10:53 +0000 (10:10 +0100)
commit27496941a070a67d2ef1311b3a3a93c92b5cf471
treee870698a8ea363771ef729464742ceb55d4fc495
parent5b5b747494742eddf2bab63f29c1e4a25d59efc9
Remove createImageData() fallback

All our browsers should be new enough now that we can rely on the
ImageData constructor.
core/display.js
core/util/browser.js
core/util/cursor.js
tests/test.display.js