Closed MoralCode closed 8 years ago
i might like to add that it works perfectly on chrome 53.0.2785.143 (64-bit) on the same machine
That's weird - I'm able to replicate this error on Safari Version 9.1 (11601.5.17.1) on a mid-2012 MacBook Pro (OS X El Capitan 10.11.4). The error in console is:
main.js:258: SyntaxError: Unexpected token '>'
Hope this helps in diagnosing - REALLY cool tool!
I think this problem occurs because safari don't support js arrow function notation.
Applied a temporary patch. Can anyone please test?
I have macOS Sierra and it works fine on it.
Well, i try here and still the same.
But when i change the line 259
to this:
Works!
@Cardoso222 Thanks! Can I use it in the code?
@Cardoso222 Made the changes. https://github.com/debugger22/github-audio/commit/06e6421d04d92f3f62a22f3fe987211a13f3bc76
i'm glad to help! @debugger22
tried listening in safari 9.1.3 on a mid-2011 iMac (OS X El Capitan 10.11.6) and it came up with this:
disabled all extensions, still the same result. any ideas?