Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uint8Array not defined when loading page on IE9 #1198

Closed
2 of 10 tasks
caneta opened this issue Sep 12, 2016 · 9 comments
Closed
2 of 10 tasks

Uint8Array not defined when loading page on IE9 #1198

caneta opened this issue Sep 12, 2016 · 9 comments

Comments

@caneta
Copy link

caneta commented Sep 12, 2016

Issue details

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

Steps to reproduce/test case

Run browserSync with Gulp-3.9.1. and load the page on IE9

Please specify which version of Browsersync, node and npm you're running

  • Browsersync [2.15.0]
  • Node [6.2.1]
  • Npm [3.9.5]

Affected platforms

  • linux
  • windows
  • OS X
  • freebsd
  • solaris
  • other (please specify which)

Browsersync use-case

  • API
  • Gulp
  • Grunt
  • CLI

for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync

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);
 });
@nazarsh
Copy link

nazarsh commented Sep 12, 2016

+1

2 similar comments
@jpstone
Copy link

jpstone commented Sep 12, 2016

+1

@joaquinsosamartin
Copy link

+1

@ghost
Copy link

ghost commented Sep 18, 2016

+1

SCRIPT5009: 'Uint8Array' is undefined 
browser-sync-client.js?v=2.16.0, line 1 character 341

v2.6.9 works fine

@endelwar
Copy link

Same error on IE8 with 2.14.3 and 2.16.0 launched in CLI

@stegano
Copy link

stegano commented Oct 5, 2016

+1
try use browser-sync<"2.13.0" version. but IE8- version requires a JSON polyfill library(i recommend json3) :^)

@kellerkichel
Copy link

+1

1 similar comment
@Hancoson
Copy link

+1

@shakyShane
Copy link
Contributor

Please all try 2.17.3 where this is now resolved :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants