Skip to content

Mock api during page on load cause all download resource freeze #77

Open
@atthaboon

Description

@atthaboon

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:

  1. Goto https://angular.io/
  2. run mock api
  3. check network resource found download pending

Expected behavior
mock should not freeze any download

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions