| Test case name | Result |
|---|---|
| Native XHR | |
| Native XHR (try/catch) | |
| Fetch (promise) | |
| Fetch (async/await) | |
| Fetch (async/await - try/catch) |
| Test name | Executions per second |
|---|---|
| Native XHR | 1623.9 Ops/sec |
| Native XHR (try/catch) | 1798.8 Ops/sec |
| Fetch (promise) | 1404.8 Ops/sec |
| Fetch (async/await) | 1510.3 Ops/sec |
| Fetch (async/await - try/catch) | 1535.3 Ops/sec |