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 but `cancel()` trying to set value.