summaryrefslogtreecommitdiff
path: root/ext/canvas/lib.rs
AgeCommit message (Collapse)Author
2024-05-07fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518)Hajime-san
fixes https://github.com/denoland/deno/issues/22649
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir