Open
Description
When using "use strict"; there is an error " Attempted to assign to readonly property."
In https://github.com/web-animations/web-animations-js/blob/master/web-animations-next-lite.min.js
b["true"] = a;
When using "use strict"; there is an error " Attempted to assign to readonly property."
In https://github.com/web-animations/web-animations-js/blob/master/web-animations-next-lite.min.js
b["true"] = a;