1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
Jamie 8c0fb9003d
feat(ext/web): add ImageData Web API (#21183)
Fixes #19288

Adds the `ImageData` Web API. 

This would be beneficial to projects using `ImageData` as a convenient
transport layer for pixel data. This is common in Web Assembly projects
that manipulate images. Having this global available in Deno would
improve compatibility of existing JS libraries.

**References**
- [MDN ImageData Web
API](https://developer.mozilla.org/en-US/docs/Web/API/ImageData)
- [whatwg HTML Standard Canvas
Spec](https://html.spec.whatwg.org/multipage/canvas.html#pixel-manipulation)
2023-12-06 14:20:28 +01:00
..
integration feat(ext/web): add ImageData Web API (#21183) 2023-12-06 14:20:28 +01:00
node_compat chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
testdata feat(ext/web): add ImageData Web API (#21183) 2023-12-06 14:20:28 +01:00
unit feat(ext/web): add ImageData Web API (#21183) 2023-12-06 14:20:28 +01:00
unit_node perf(node/fs): faster existsSync when not exists (#21458) 2023-12-04 21:05:40 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00