| Test case name | Result |
|---|---|
| [Unsafe] HTML string to text via creating an unattached DOM element. | |
| [Unsafe] HTML string to text via reusing an unattached DOM element. | |
| [Safe] HTML string to text via creating and using a DOMParser | |
| [Safe] HTML string to text via reusing a DOMParser | |
| [Safe] HTML string to text via the a new Document | |
| [Safe] HTML string to text via the a cached Document | |
| [Safe] HTML string to text via the DOMPurify library |
| Test name | Executions per second |
|---|---|
| [Unsafe] HTML string to text via creating an unattached DOM element. | 46.0 Ops/sec |
| [Unsafe] HTML string to text via reusing an unattached DOM element. | 47.7 Ops/sec |
| [Safe] HTML string to text via creating and using a DOMParser | 47.6 Ops/sec |
| [Safe] HTML string to text via reusing a DOMParser | 47.1 Ops/sec |
| [Safe] HTML string to text via the a new Document | 46.1 Ops/sec |
| [Safe] HTML string to text via the a cached Document | 64.5 Ops/sec |
| [Safe] HTML string to text via the DOMPurify library | 12.0 Ops/sec |