Closed jammaloo closed 6 years ago
Firefox throws an exception if an invalid style property is set, e.g. el.style["0"]
The exception would be TypeError: CSS2Properties doesn't have an indexed property setter for '0'
TypeError: CSS2Properties doesn't have an indexed property setter for '0'
lgtm
Could you please publish this fix to npm, @kof ? Thank you !
published 1.0.2
Firefox throws an exception if an invalid style property is set, e.g. el.style["0"]
The exception would be
TypeError: CSS2Properties doesn't have an indexed property setter for '0'