When I run a page with browserSync on IE9, I get the error "Uint8Array not defined" on file browser-sync-client.2.15.0.js. No problems with Firefox and Chrome
Run browserSync with Gulp-3.9.1. and load the page on IE9
Npm [3.9.5]
[ ] linux
[ ] other _(please specify which)_
[ ] API
gulp.task('serve', ['dist'], () => {
browserSync.init({
server: {
baseDir: 'dist/'
},
open: false,
notify: false
});
gulp.watch('src/scss/*.scss', ['dist:css']).on('change', browserSync.reload);
gulp.watch('src/html/*.html', ['dist:html']).on('change', browserSync.reload);
gulp.watch('src/js/*.js', ['dist:js']).on('change', browserSync.reload);
});
+1
+1
+1
+1
SCRIPT5009: 'Uint8Array' is undefined
browser-sync-client.js?v=2.16.0, line 1 character 341
v2.6.9 works fine
Same error on IE8 with 2.14.3 and 2.16.0 launched in CLI
+1
try use browser-sync<"2.13.0" version. but IE8- version requires a JSON polyfill library(i recommend json3) :^)
+1
+1
Please all try 2.17.3 where this is now resolved :)
Most helpful comment
+1
v2.6.9 works fine