-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Labels
Description
Currently, our JS automated tests only run in nodejs environment in VMs provided by Travis CI. This is good, but not enough: it would be great to ensure that code we generate is compatible with multitude of browsers' JS engines.
Current idea for baseline is typed arrays support. That actually means that we'll be officially supporting IE11+, Edge, FF 4+, Chrome 7+, Opera 12+. Everything else is probably more or less safe to ignore.
Ideas worth investigating:
- BrowserStack offers free usage for F/OSS projects