Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down