summaryrefslogtreecommitdiff
path: root/ext/canvas/01_image.js
AgeCommit message (Collapse)Author
2024-09-04refactor(ext): align error messages (#25310)Ian Bull
2024-05-07fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518)Hajime-san
fixes https://github.com/denoland/deno/issues/22649
2024-03-10chore: replace 'call' to 'execute' in error messages (#22579)Kenta Moriuchi
Since both "call" and "execute" were used in error messages, I replaced them with "execute," which is more used.
2024-02-07refactor: move ImageData to web extension (#22295)Leo Kettmeir
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
2024-01-31refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196)Bartek IwaƄczuk
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir