You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2023. It is now read-only.
Recently I saw very similar issues about weird behaviour with AJAX requests.
After a small investigation I've discovered that NetworkReplyProxy (and NetworkReplyTracker) are the real source of the problems.
The problem:
Wrapping all network requests has the real impact on how WebKit processses network requests (even inside the context of the WebPage!). For example, synchronous AJAX requests don't work. Unfortunately, I didn't dig deep inside into. But the problem is that Webkit waits forever for sync requests (or sometimes for async requests too), so they will be never completed.