Test name | Executions per second |
---|---|
[Unsafe] HTML string to text via creating an unattached DOM element. | 9.3 Ops/sec |
[Unsafe] HTML string to text via reusing an unattached DOM element. | 9.6 Ops/sec |
[Safe] HTML string to text via creating and using a DOMParser | 7.6 Ops/sec |
[Safe] HTML string to text via reusing a DOMParser | 8.1 Ops/sec |
[Safe] HTML string to text via the a new Document | 10.9 Ops/sec |
[Safe] HTML string to text via the a cached Document | 18.3 Ops/sec |
[Safe] HTML string to text via the DOMPurify library | 2.2 Ops/sec |