diff --git a/index.html b/index.html index 41f0b468..9f0219da 100644 --- a/index.html +++ b/index.html @@ -4058,11 +4058,11 @@
If y is undefined, let y be null.
If width or height is neither null, nor - a Number from 0 to 231 − 1, return error + an integer from 0 to maximum safe integer, return error with error code invalid argument.
If x or y is neither null, nor - a Number from −(231) to 231 − 1, + an integer from minimum safe integer to maximum safe integer, return error with error code invalid argument.
If the remote end does not support @@ -11658,6 +11658,7 @@
null