You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes it so it never reaches the second statement where you correct the missing functionality of the 'add', 'remove' and 'toggle' methods.
Normally you should think that this doesn't matter as the first part should add similar functionality, but apparently this isn't the case.
I have tried running the script into the IE 11 browser and when I try to set the class names of document.body, it only sets the first argument.
The text was updated successfully, but these errors were encountered:
Hi.
Thanks for a great polyfill, but unfortunately it doesn't fix the IE 11 classList.add problem.
The first if statement:
Makes it so it never reaches the second statement where you correct the missing functionality of the 'add', 'remove' and 'toggle' methods.
Normally you should think that this doesn't matter as the first part should add similar functionality, but apparently this isn't the case.
I have tried running the script into the IE 11 browser and when I try to set the class names of document.body, it only sets the first argument.
The text was updated successfully, but these errors were encountered: