Test name | Executions per second |
---|---|
[Unsafe] HTML string to text via creating an unattached DOM element. | 13.2 Ops/sec |
[Unsafe] HTML string to text via reusing an unattached DOM element. | 9.2 Ops/sec |
[Safe] HTML string to text via creating and using a DOMParser | 19.8 Ops/sec |
[Safe] HTML string to text via reusing a DOMParser | 5.1 Ops/sec |
[Safe] HTML string to text via the a new Document | 18.4 Ops/sec |
[Safe] HTML string to text via the a cached Document | 30.2 Ops/sec |
[Safe] HTML string to text via the DOMPurify library | 3.0 Ops/sec |