Open
Description
Describe the bug
run mock api will require page interception in chrome.
await page.setRequestInterception(True)
This will cause all download resource freeze if page still loading the resource
To Reproduce
Steps to reproduce the behavior:
- Goto https://angular.io/
- run mock api
- check network resource found download pending
Expected behavior
mock should not freeze any download