为什么我在使用 Flutter Web 和 Chrome 时收到 ChromeProxyService 错误

Joe*_*tro 7 google-chrome flutter flutter-web flutter-http flutter-web-browser

我正在使用Flutter版本3.3.8Google Chrome版本107.0.5304.110

我发送一个 http 请求,这是我收到的错误:

ChromeProxyService: Failed to evaluate expression 'xhr': InternalError: Expression evaluation in async frames is not supported. No frame with index 30..

小智 0

您发送请求的路由可能是 post 类型,并且您使用 get 发送请求,反之亦然