clientWidth vs offsetwidth vs window.getComputedStyle| Test case name | Result |
|---|---|
| clientWidth | |
| offsetwidth | |
| window.getComputedStyle |
| Test name | Executions per second |
|---|---|
| ✓ offsetwidth | 9,635,663 Ops/sec |
| clientWidth | 6,360,427 Ops/sec |
| window.getComputedStyle | 1,531,731 Ops/sec |