Compatibility
BebeSparkelSparkel opened this issue · 2 comments
Hi Thomas,
Could you list browser compatibility in the README.md?
Also, I noticed that you are using MicroLib-Utils you were very careful to define methods that allowed very good compatibility with IE.
Now, you have ES6 class without any built in compatibility polyfile for the class in MicroLib-Utils. Is that something that you are considering?
Thanks,
Bill
http://jscc.info/ is a good compatibility checker what would be worth running
I have not tested browser compatibility, but is something I would like to do, thank you for the link I'll give it a go.
The use of Es6 is entirely optional, if you have your own transpiler then you can use the Es6 code in your project. Otherwise, there is a compiled version in the dist folder.
The standalone versions include the utility methods from MicroLib-Utils while the files without standalone does not.