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 | 6995.8 Ops/sec |
Native XHR (try/catch) | 8131.8 Ops/sec |
Fetch (promise) | 7700.0 Ops/sec |
Fetch (async/await) | 7173.8 Ops/sec |
Fetch (async/await - try/catch) | 7728.8 Ops/sec |