xjsframework / xjsframework.github.io

XJS Framework website
http://xjsframework.github.io
1 stars 2 forks source link

Docs on ES2015 outdated? #46

Open matthijskooijman opened 4 years ago

matthijskooijman commented 4 years ago

https://xjsframework.github.io/tutorials.html#/es6 says that ES2015 is not supported, but I think that this is no longer true? XSplit now uses Chrome 68, which is somewhat old, but should support ES2016 even, according to https://www.w3schools.com/js/js_versions.asp

I've also used things like async/await, generators, etc. succesfully, so updating the examples to use them might also be beneficial to new users?