nathanboktae / chai-dom

DOM assertions for the Chai assertion library using vanilla JavaScript
Other
76 stars 26 forks source link

Use className instead of classList #13

Closed z-vr closed 8 years ago

z-vr commented 8 years ago

IE9 does not support classList. Use className instead.

nathanboktae commented 8 years ago

I don't care about old IEs in general for this library bit this is low impact so I'll take it.

z-vr commented 8 years ago

@nathanboktae do you mind releasing on NPM please?

nathanboktae commented 8 years ago

done.

nathanboktae commented 8 years ago

I reverted this due to regressions. Options for you:

  1. use 1.4.1 forever
  2. maintain a fork
  3. Ask yourself how precious your time in your life is and is it worth maintaining IE9 tests or not.