-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot set property _isFinished of #<Object> which has only a getter #160
Comments
We'll need more information if we are to reproduce this. |
It might help, but if you look at the code it seems pretty obviously broken. |
yes it's obviously broken, not browser related, any browser without native Web Animation API could reproduce it |
@ewilligers this should repro with |
The property _isFinished is readonly. cancel() should not attempt to write to the property. resolves web-animations#160
I got
Cannot set property _isFinished of #<Object> which has only a getter
in https://github.com/web-animations/web-animations-js/blob/master/src/animation.js#L194
seems
_isFinished
is only a getter butcancel()
trying to set value.The text was updated successfully, but these errors were encountered: