Real Shaoran

unread,
Mar 1, 2019, 9:40:44 AM3/1/19
to Chrome DevTools
Currently I'm developing with version 72.0.3626.119 (debian stretch) and the very useful "replay XHR" entry in the menu when right clicking on an xhr request has disappear. That was a nice function for when you have a bug in your api server.

Or could it be, that I have to enable something else in the settings? I've gone through the settings but either I'm blind or I wasn't able to find anything that bring that back.

Thanks
Pablo

Larry

unread,
Mar 1, 2019, 2:39:47 PM3/1/19
to google-chrome-...@googlegroups.com
FYI: minor change in XHR encoding recently, probably unrelated

On Sat, Feb 16, 2019 at 1:30 AM Hiroshige Hayashizaki <hiro...@chromium.org> wrote:
Hi Blink-dev,

PSA about the fix of https://crbug.com/905968:
When an invalid encoding is specified for XHR (via overrideMimeType() or response's mime type),
- Previous behavior: Latin-1 was used for decoding (e.g. xhr.responseText).
- New behavior: UTF-8 is used (spec conformant).

-- 
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOaYce5EbLhnSv7rYAvOHDnH5XPtUwKpjV3mVSB6YZQJ0heSkg%40mail.gmail.com.


--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/729875e0-8537-4f35-b095-b744fc4f24dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Joey Arhar

unread,
Mar 1, 2019, 3:26:07 PM3/1/19
to Chrome DevTools
The "replay XHR" context menu item is still there and works for me on 72.0.3626.119, I don't see anything wrong with it.


On Friday, March 1, 2019 at 11:39:47 AM UTC-8, Larry LACa wrote:
FYI: minor change in XHR encoding recently, probably unrelated

On Sat, Feb 16, 2019 at 1:30 AM Hiroshige Hayashizaki <hiro...@chromium.org> wrote:
Hi Blink-dev,

PSA about the fix of https://crbug.com/905968:
When an invalid encoding is specified for XHR (via overrideMimeType() or response's mime type),
- Previous behavior: Latin-1 was used for decoding (e.g. xhr.responseText).
- New behavior: UTF-8 is used (spec conformant).

-- 
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOaYce5EbLhnSv7rYAvOHDnH5XPtUwKpjV3mVSB6YZQJ0heSkg%40mail.gmail.com.


On Friday, March 1, 2019 6:40 AM, Real Shaoran <realsh...@gmail.com> wrote:


Currently I'm developing with version 72.0.3626.119 (debian stretch) and the very useful "replay XHR" entry in the menu when right clicking on an xhr request has disappear. That was a nice function for when you have a bug in your api server.

Or could it be, that I have to enable something else in the settings? I've gone through the settings but either I'm blind or I wasn't able to find anything that bring that back.

Thanks
Pablo
--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.

Katalin Varga

unread,
Mar 4, 2019, 3:21:59 AM3/4/19
to Chrome DevTools
tyéwí ?

Sabrina Schutzsmith

unread,
Mar 4, 2019, 3:59:27 PM3/4/19
to google-chrome-...@googlegroups.com
Stop 

--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/68f7d26b-109d-4b02-b8c2-b3395d14ddd8%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Sabrina Schutzsmith
-----------------------------------------------------
-----------------------------------------------------
Treasurer - Arthur S May PTA 
-----------------------------------------------------
We're building an empire of bits & bytes.

Real Shaoran

unread,
Mar 4, 2019, 7:08:53 PM3/4/19
to Chrome DevTools
Strange, today only some of my xhr request showed my the "replay XHR" menu item, others don't. There must be a pattern there, I don't know which. I'll have to take a closer look though.

PhistucK

unread,
Mar 5, 2019, 4:39:47 AM3/5/19
to Google Chrome Developer Tools
Are you absolutely sure that requests that lack this option were initiated by XMLHttpRequest? I am just verifying, because navigations, image loads and the rest do not have this option and it seems to be by design for some reason.

PhistucK


On Tue, Mar 5, 2019 at 2:08 AM Real Shaoran <realsh...@gmail.com> wrote:
Strange, today only some of my xhr request showed my the "replay XHR" menu item, others don't. There must be a pattern there, I don't know which. I'll have to take a closer look though.

On Friday, March 1, 2019 at 9:26:07 PM UTC+1, Joey Arhar wrote:
The "replay XHR" context menu item is still there and works for me on 72.0.3626.119, I don't see anything wrong with it.

On Friday, March 1, 2019 at 11:39:47 AM UTC-8, Larry LACa wrote:
FYI: minor change in XHR encoding recently, probably unrelated

On Sat, Feb 16, 2019 at 1:30 AM Hiroshige Hayashizaki <hiro...@chromium.org> wrote:
Hi Blink-dev,

PSA about the fix of https://crbug.com/905968:
When an invalid encoding is specified for XHR (via overrideMimeType() or response's mime type),
- Previous behavior: Latin-1 was used for decoding (e.g. xhr.responseText).
- New behavior: UTF-8 is used (spec conformant).

-- 
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOaYce5EbLhnSv7rYAvOHDnH5XPtUwKpjV3mVSB6YZQJ0heSkg%40mail.gmail.com.


On Friday, March 1, 2019 6:40 AM, Real Shaoran <realsh...@gmail.com> wrote:


Currently I'm developing with version 72.0.3626.119 (debian stretch) and the very useful "replay XHR" entry in the menu when right clicking on an xhr request has disappear. That was a nice function for when you have a bug in your api server.

Or could it be, that I have to enable something else in the settings? I've gone through the settings but either I'm blind or I wasn't able to find anything that bring that back.

Thanks
Pablo
--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Chrome DevTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/d30880e7-a4d2-4633-8ad2-789e5c49b475%40googlegroups.com.

mder...@gmail.com

unread,
Mar 20, 2021, 2:44:22 PM3/20/21
to Chrome DevTools
maybe the screenshot could be useful
unnamed0.png
Reply all
Reply to author
Forward
0 new messages