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
We've run into an issue when using the simplesearch plugin on IE11 and older versions of Edge: these browsers don't support foreach on a NodeList (as employed here). Moreover, it seems that this means that all of our js doesn't load on these browsers if we choose to pipeline the js.
Are these browsers meant to be supported by this plugin (or is there another strategy we should be employing to address the lack of support)?
The text was updated successfully, but these errors were encountered:
Hi,
We've run into an issue when using the simplesearch plugin on IE11 and older versions of Edge: these browsers don't support foreach on a NodeList (as employed here). Moreover, it seems that this means that all of our js doesn't load on these browsers if we choose to pipeline the js.
Are these browsers meant to be supported by this plugin (or is there another strategy we should be employing to address the lack of support)?
The text was updated successfully, but these errors were encountered: