()
| 674 | let onAbort: (() => void) | undefined |
| 675 | |
| 676 | const wake = () => { |
| 677 | const waiter = waiters.shift() |
| 678 | waiter?.() |
| 679 | } |
| 680 | |
| 681 | const enqueueDelta = () => { |
| 682 | if (xhr.status !== 0 && (xhr.status < 200 || xhr.status >= 300)) { |
no outgoing calls