Vue-carousel: Question: Which browsers are supported?

Created on 3 Nov 2017  路  2Comments  路  Source: SSENSE/vue-carousel

What is the current browser support for this?

I see this uses the mutationObserver which only has support starting from IE11 for example. It would be a shame if this were to be ie11+.

question

Most helpful comment

Hey @stephan-v, I can look into adding a list of supported browsers into the documentation, good thinking.

All 2 comments

mutationObserver shouldn't be a problem, since the code you're referring to actualy checks whether it is available or not Carousel.js, line 327.

Hey @stephan-v, I can look into adding a list of supported browsers into the documentation, good thinking.

Was this page helpful?
0 / 5 - 0 ratings