Closed jrencz closed 9 years ago
any attempt to create an offset results in TypeError: Illegal invocation. It is so due to the fact that in offsetRect an attempt to write read-only properties of ClientRect is made. ClientRect properties are getters but setters are not defined.
TypeError: Illegal invocation
offsetRect
the implementation was probably incomplete. I'll check out your PR regarding that. Thanks!
any attempt to create an offset results in
TypeError: Illegal invocation
. It is so due to the fact that inoffsetRect
an attempt to write read-only properties of ClientRect is made. ClientRect properties are getters but setters are not defined.