From 1007358768584856ac63dffaa82fdb00bf726bd9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 7 Feb 2024 01:11:15 +0100 Subject: refactor: move ImageData to web extension (#22295) Signed-off-by: Leo Kettmeir --- ext/web/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/web/lib.rs') 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, -- cgit v1.2.3