Operating on a Mac with version 10.13, I have encountered an issue while using Chrome devtools. When inspecting an XHR request and clicking on the Headers for an application/JSON request with a payload exceeding 10 million characters, I am only able to see limited information. The data is being sent using the angular $http() post method.
If the JSON request has a payload less than 10 million characters, the request payload displays properly as shown in the image below.
https://i.sstatic.net/G4kpq.png
However, if the JSON request exceeds 10 million characters, the request payload does not display at all, as demonstrated in the following image.https://i.sstatic.net/ILcuK.png
I need assistance in identifying whether this issue stems from Javascript or Chrome. Can you please help me determine what mistake I may be making?