diff --git a/api/GPUDevice.json b/api/GPUDevice.json index 95edac810f819d..f153f50f8ed3c9 100644 --- a/api/GPUDevice.json +++ b/api/GPUDevice.json @@ -348,7 +348,10 @@ "chrome": { "version_added": "113", "partial_implementation": true, - "notes": "Supported on ChromeOS, macOS, and Windows only." + "notes": [ + "Supported on ChromeOS, macOS, and Windows only.", + "Before version 138, this method does not throw a `RangeError` exception when `mappedAtCreation` is true but `size` is not a multiple of 4; it generates a validation error instead." + ] }, "chrome_android": { "version_added": "121"