Files
servo/components/script/dom/htmltablesectionelement.rs
Bastien Orivel 1b2464b4b6 Add a fast path in Element::SetInnerHTML when the value is small and trivial text
Inspired from gecko which has a similar fast path. This makes innerHTML
more than 10 times faster for this case.

Fixes #25892
2020-05-04 18:11:49 +02:00

3.9 KiB