Closed jeluard closed 9 years ago
Static templates might benefit performance wise from being created once then cloned using cloneNode(true). Doing this in the general case (i.e. with data to fill in) does not seem worth it and would greatly complexify the implementation.
cloneNode(true)
Not worth it.
Static templates might benefit performance wise from being created once then cloned using
cloneNode(true)
. Doing this in the general case (i.e. with data to fill in) does not seem worth it and would greatly complexify the implementation.