Commit 7aeb80b
authored
feat(core): Enable keepalive for fetch requests (#1120)
Add the [`keepalive`](https://developer.mozilla.org/en-US/docs/Web/API/Request/keepalive) so that, when used in web contexts, incomplete requests don't get cancelled if the page unloads before the request completes.1 parent 817b4f1 commit 7aeb80b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments