Всеволод Голованов
unread,Jan 24, 2023, 5:58:16 PM1/24/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chrome DevTools
See screenshot. I enabled timestamps to demonstrate. The last request in particular (at 23:39:52) was definitely both started and ended after the last message (at 23:39:39). And yet this request was put in the group above the messages that came before it. This is unexpected and makes XHR logging not very useful in conjunction with grouping. Also this is not how grouping works for normal messages: if I log 'ba', 'la', 'ba', there will be 3 messages, not a group of 'ba' (2) and then 'la'.