This question has already been answered:
Hello. The task is this: there is a script, after processing the data, it returns data. Upon receipt, you need to process them. I usually watch them through console.log (file). An array of data arrives (shown in screen 1.). I need to get data from the file.xhr.response section. I am writing console.log (file.xhr.response); in response to silence. What could be the reason, perhaps this level should be addressed somehow differently. For example, I write console.log (file.xhr); an array with xhr data is displayed ... (screen 2), but it is impossible to go further down. How to get to this level? Thank you in advance!

