mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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) |
||
|---|---|---|
| .. | ||
| certs | ||
| config.json | ||
| expectation.json | ||
| runner.ts | ||
| testharnessreport.js | ||
| utils.ts | ||