This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit edf7584
Ian Macphail
[[ libbrowser ]] Queue new load requests until the previous request is finished
This patch delays load requests sent to a WKWebView if there is on ongoing
request, waiting until that request has finished before making the new request.
This fixes an issue on iOS where the WebKit subprocess would be blocked from
reading HTML files within an app's sandboxed documents folder if multiple
requests are made without waiting for the previous request to begin.1 parent 9e2bcc9 commit edf7584
File tree
2 files changed
+263
-77
lines changed- libbrowser/src
2 files changed
+263
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments