jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
107 stars 70 forks source link

Re-do the recent performance fix #170

Closed domenic closed 8 months ago

domenic commented 8 months ago

180cab17ece0cd3db23a26464eff39038a354a7a removed unnecessary access to the cssText property when there is no onChange callback provided. However, 1f5940b2759605f890039764380b553fad855816 undid that gain by saving the original value for later comparison.