web-dev-qa-db-ja.com

最新のChrome=に更新した後、違反readystatechangeハンドラーは760msかかりました

最新のGoogle Chromeリリースに更新した後、ウェブサイトでカラーボックスを開くとエラーが発生します。

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

[Violation] 'readystatechange' handler took 760ms
[Violation] Forced reflow while executing JavaScript took 51ms
[Violation] Forced reflow while executing JavaScript took 43ms
[Violation] Forced reflow while executing JavaScript took 38ms

これはときどき発生しますが、これらのエラーが発生した場合、colorboxが正しく機能していませんが、Google Chromeにバグがある可能性がありますか?

編集:Magentoのjavascriptのマージがエラーの原因であり、正しく機能していません

 VM23586:4 Uncaught TypeError: Cannot set property 'value' of null  at choose (eval at <anonymous> (0a9e2e3….js:11743), <anonymous>:4:73)  at HTMLImageElement.onclick (letto-moderno-imbottito-prisma.html:1)

Uncaught TypeError: Cannot read property 'close' of undefined  at HTMLDivElement.onclick (letto-moderno-imbottito-prisma.html:1)
8
LaurenFrida

Chromeはあなたのコード Iをブロックしすぎている とだけ言っています。

24
Pablo Lozano