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 | 11074.5 Ops/sec |
Native XHR (try/catch) | 12286.9 Ops/sec |
Fetch (promise) | 8743.1 Ops/sec |
Fetch (async/await) | 7389.7 Ops/sec |
Fetch (async/await - try/catch) | 8611.2 Ops/sec |