The documentation on https://playwright.dev/docs/navigations#navigation-lifecycle says:
networkidle is fired when no new network requests are made for 500 ms
Does the event wait for all network requests to be finished, and only then fires, or only that no new requests are started within the last 500ms?
Maybe a slightly clearer wording could be used for the docs to make it unambiguous.
The documentation on https://playwright.dev/docs/navigations#navigation-lifecycle says:
Does the event wait for all network requests to be finished, and only then fires, or only that no new requests are started within the last 500ms?
Maybe a slightly clearer wording could be used for the docs to make it unambiguous.