Results 2 issues of M17764017422

**描述错误(Describe the bug)** 抓不到软件自带的JavaScript调试工具的fetch请求包 **To Reproduce** 重现行为的步骤:导航菜单->工具箱->JavaScript,运行: ``` fetch('https://jsonplaceholder.typicode.com/posts') .then(response => response.json()) .then(data => console.log(data)) .catch(error => console.error('Error:', error)); ``` 调试界面有返回结果但请求列表里抓不到刚才的包 **屏幕截图(Screenshots)* https://github.com/user-attachments/assets/9bfd330b-e2d4-4916-a34d-652d4bb57560

bug