@@ -30,16 +30,23 @@ Promise.all([
3030
3131## caveats
3232
33- * Loading is not sequential
34- * Style loading may not work with mobile borwsers or in old Safari?
35- [ Followup is here] ( https://github.com/w3core/import.js/issues/2 ) .
33+ * Loading is not sequential of course. In the above example "main.js" may be parsed
34+ before "highlighter.js". If you want in order loading, use a sequential promise
35+ executor or a then chain.
36+ * Style loading may not work with very old mobile borwsers.
37+ [ Followup is here] ( https://github.com/w3core/import.js/issues/2 ) , see addendum below.
3638* The e2e test runner breaks (in phantom, but the test.html works in the browser)
3739 this is caused by an old phantomjs version in the _ mocha-phantomjs_ package.
38- [ Issue is here] ( https://github.com/nathanboktae/mocha-phantomjs/issues/248 )
40+ [ Issue is here] ( https://github.com/nathanboktae/mocha-phantomjs/issues/248 ) . Solutions:
3941 * either wait for the upstream package to be updated
4042 * or update the binary manually (inside node_modules)
4143
4244## exposed test
4345
4446Temporarily the e2e standalone test page has been exposed to [ docs] ( ./docs ) and is made
45- available as a github page. TODO: browserstack?
47+ available as a [ github page] ( https://prepair.github.io/basic-loader/ ) .
48+ TODO: use browserstack or smg similar?
49+
50+ - [x] Chrome/30 Mobile Safari/537.6 (android 4.4.2), from [ 2013] ( https://en.wikipedia.org/wiki/Safari_version_history )
51+ - [x] iOS 10.2.1 (vanilla iphone 6)
52+ - [x] Firefox 51.0.3 (android 4.4.2)
0 commit comments