From eb265b441b6f5469be54f1fd83fc1340752392a9 Mon Sep 17 00:00:00 2001
From: Ultimate One
Date: Fri, 22 May 2026 10:29:47 +0530
Subject: [PATCH 1/2] Editorial: Remove inaccurate SecurityError note from
createImageBitmap
---
source | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/source b/source
index 0443fe393ab..224e9ed8068 100644
--- a/source
+++ b/source
@@ -128141,11 +128141,7 @@ dictionary ImageBitmapOptions {
slot is detached, or a Blob whose data cannot be interpreted as a bitmap
image).
- Rejects the promise with a "SecurityError"
- DOMException if the script is not allowed to access the image data of the source
- image (e.g. a video that is CORS-cross-origin, or a
- canvas being drawn on by a script in a worker from another
- origin).
+
imageBitmap.close()
From 1b21c78ecbfdbffb84e51f380d0a8421840e32f4 Mon Sep 17 00:00:00 2001
From: Ultimate One
Date: Sat, 23 May 2026 16:44:51 +0530
Subject: [PATCH 2/2] Remove stray newlines
---
source | 2 --
1 file changed, 2 deletions(-)
diff --git a/source b/source
index 224e9ed8068..d8290071bba 100644
--- a/source
+++ b/source
@@ -128140,8 +128140,6 @@ dictionary ImageBitmapOptions {
data attribute value's [[ViewedArrayBuffer]] internal
slot is detached, or a Blob whose data cannot be interpreted as a bitmap
image).
-
-
imageBitmap.close()