14

I've been using Chrome's "Replay XHR" feature quite a lot for debugging purposes, but it seems to be gone all of a sudden? It used to be there about a week ago.

What could be the cause of this? My chrome is on version Version 54.0.2840.100 (64-bit)

1 Answer 1

3

Ah - I'm quite sure it didn't disappear - but this specific XHR request also uploads a file. This is why the replay function is unavailable.

5
  • can you explain more, which kind of xhr can not be replayed ? and I want to know where can I find these change log about this feature. thanks
    – FF呀
    Commented Jul 11, 2017 at 3:59
  • In my case the request uploaded a file - and thats why i can't replay it.
    – Rob
    Commented Jul 11, 2017 at 17:57
  • 4
    I can't find it, and I am not using file upload Commented Jul 24, 2018 at 12:25
  • 1
    Replay XHR is gone for me as well, and my XHR is definitely not uploading a file. There must be something else.
    – Pablo
    Commented Mar 1, 2019 at 14:06
  • 1
    Something, something fetch API, c.f. bugs.chromium.org/p/chromium/issues/detail?id=597400
    – mistapink
    Commented Nov 1, 2019 at 9:44

Not the answer you're looking for? Browse other questions tagged or ask your own question.