diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-02-07 01:11:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 01:11:15 +0100 |
commit | 1007358768584856ac63dffaa82fdb00bf726bd9 (patch) | |
tree | 57ee78c3ea4dad03f12982483ded3efc5d8061af /ext/web/lib.rs | |
parent | 89ae2d88b8fe3e5cff0bd6023c05643fc4297686 (diff) |
refactor: move ImageData to web extension (#22295)
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
Diffstat (limited to 'ext/web/lib.rs')
-rw-r--r-- | ext/web/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/lib.rs b/ext/web/lib.rs index 2792212ae..acac78f56 100644 --- a/ext/web/lib.rs +++ b/ext/web/lib.rs @@ -117,6 +117,7 @@ deno_core::extension!(deno_web, "13_message_port.js", "14_compression.js", "15_performance.js", + "16_image_data.js", ], options = { blob_store: Arc<BlobStore>, |