Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

shabany's avatar

Do NOT update Chrome to 62 !

Today I discovered a bug in Chrome 62. The bug is about the Network section of the dev inspect tool.

I had a dd() function in AJAX response and as you know it will format the output just fine using the Preview tab. However, with Chrome 62, there was no difference between Preview and Response tabs. Both showed HTML with a lot of Javascript in it.

I had to download an older version of Chrome (59) to restore that functionality.

0 likes
2 replies
martinbean's avatar

@shabany It’s not really a bug. The response is sent as text/html, so Chrome is actually rendering how it’s supposed to be.

shabany's avatar

@martinbean Technically it is not bug, but the preview tab should put that html to use and give us the pretty format

Please or to participate in this conversation.