Open elliette opened 3 months ago
Copied from https://github.com/flutter/devtools/issues/2930, since this is in fact a Dart Debug Extension request.
Flutter DevTools embedded in Chrome DevTools is supported internally, but not externally. This would required updating Flutter's response headers to include the origin-agent-cluster.
origin-agent-cluster
See: https://web.dev/origin-agent-cluster/#why-browsers-can't-automatically-segregate-same-site-origins
Action items:
Copied from https://github.com/flutter/devtools/issues/2930, since this is in fact a Dart Debug Extension request.
Flutter DevTools embedded in Chrome DevTools is supported internally, but not externally. This would required updating Flutter's response headers to include the
origin-agent-cluster
.See: https://web.dev/origin-agent-cluster/#why-browsers-can't-automatically-segregate-same-site-origins