| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-07 | fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518) | Hajime-san | |
| fixes https://github.com/denoland/deno/issues/22649 | |||
| 2024-03-10 | chore: 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-07 | refactor: move ImageData to web extension (#22295) | Leo Kettmeir | |
| Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com> | |||
| 2024-01-31 | refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196) | Bartek IwaĆczuk | |
| 2024-01-22 | feat(web): ImageBitmap (#21898) | Leo Kettmeir | |
