Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
veke authored Nov 7, 2024
1 parent d36a1cf commit d23023d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Test HTTP2 request polling using XHR or fetch using iOS 18 Safari

Steps to reproduce the issue:

Navigate to https://veke.github.io
Navigate to: https://veke.github.io
Note: Requires iOS 18 Safari

Start polling using XHR or fetch.
Wait couple of rounds to complete requests.
After some successful responses put Safari into background, wait couple of seconds and put Safari back to foreground.
Request that is sent after Safari is put back to foreground might start pending and never finishes.
Wait response and put Safari on the background, wait 3 seconds, put Safari on foreground, observe request pending.
Repeat if not happening.
You might need perfect timing when the appswitch is done. Play around the appswitch and observe that request is stalling.

![alt text](https://github.com/veke/veke.github.io/blob/main/pending.png)
Expand Down

0 comments on commit d23023d

Please sign in to comment.