1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
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
..
broadcast_channel chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
cache chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
console chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
cron chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
crypto chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
fetch feat(ext/fetch): allow Deno.HttpClient to be declared with using (#21453) 2023-12-06 16:52:59 +09:00
ffi chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
fs chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
http chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
io chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
kv chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
napi chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
net chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
node chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
tls chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
url chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
web feat(ext/web): add ImageData Web API (#21183) 2023-12-06 14:20:28 +01:00
webidl chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
websocket chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
webstorage chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00