deno/tools/wpt
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
..
certs chore(core): Update certs for WPT (#19351) 2023-06-01 21:32:07 -06:00
config.json fix(websocket): spec conformance & WPT (#11010) 2021-06-21 12:15:08 +02:00
expectation.json feat(ext/web): add ImageData Web API (#21183) 2023-12-06 14:20:28 +01:00
runner.ts feat(ext/web): EventSource (#14730) 2023-10-31 18:16:27 +01:00
testharnessreport.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
utils.ts feat: Adaptations to support OpenBSD port (#19153) 2023-06-12 13:14:27 +03:00