Google Chrome中的WhatsApp网站RegExp问题

Bik*_*kas 7 google-chrome whatsapp

我在Chrome中遇到了WhatsApp网站的RegExp问题.WhatsApp网站在Firefox中运行良好,但在chrome中它会出现以下错误

Uncaught TypeError: RegExp.prototype.sticky getter called on non-RegExp object
Run Code Online (Sandbox Code Playgroud)

那有什么问题吗?我正在使用Chrome 48.0.2560.0 dev-m (64-bit).

Chr*_*vik 13

我遇到了同样的问题,发现这是因为Enable Experimental Javascriptchrome://flags/实验性功能页面中启用了该功能.禁用它立即解决了我的问题.希望这可以帮助!

对于有兴趣的人,我在这里找到了解决方案.

  • 谢谢它也帮助了我 (2认同)