Google Chrome 中的 WhatsApp 网络正则表达式问题

WhatsApp web RegExp issue in Google Chrome

我在 Chrome 中遇到 WhatsApp 网页的 RegExp 问题。 WhatsApp 网络在 Firefox 中运行良好,但在 chrome 中出现以下错误

Uncaught TypeError: RegExp.prototype.sticky getter called on non-RegExp object

有什么解决办法吗?我正在使用 Chrome 48.0.2560.0 dev-m (64-bit).

我遇到了同样的问题,发现这是由于在 chrome://flags/ 实验功能页面中启用了 Enable Experimental Javascript 功能引起的。立即禁用它解决了我的问题。希望这对您有所帮助!

对于那些感兴趣的人,我找到了解决方案 here