uclaacm / buffer-buffet-simulator

https://bufferbuffet-simulator.uclaacm.com
MIT License
0 stars 0 forks source link

Possible Issue with Polyfilling for Safari Browsers #14

Open matthewcn56 opened 3 years ago

matthewcn56 commented 3 years ago

When I try to load up the Netlify deployment on Safari the console gives me the error: SyntaxError: Invalid regular expression: invalid group specifier name and the screen is completely blank.

If I pull up the deployment on Chrome however, it works fine.

matthewcn56 commented 3 years ago

Possible look into which regex are supported by Safari, do you guys use negative look-behinds in your group specifiers? https://stackoverflow.com/questions/51568821/works-in-chrome-but-breaks-in-safari-invalid-regular-expression-invalid-group/51568859