|
@@ -34,7 +34,7 @@ import js.lib.intl.NumberFormat.NumberFormatOptions;
|
|
|
Documentation [Uint8ClampedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
|
|
|
**/
|
|
|
@:native("Uint8ClampedArray")
|
|
|
-extern class Uint8ClampedArray implements ArrayAccess<Int> {
|
|
|
+extern class Uint8ClampedArray implements ArrayBufferView implements ArrayAccess<Int> {
|
|
|
/**
|
|
|
Returns a number value of the element size. 1 in the case of an `Uint8ClampedArray`.
|
|
|
*/
|