Closed c-harding closed 5 years ago
This prevents JavaScript code blocks from needing to be loaded repeatedly when they are applied to multiple elements matching a selector. new Function() is expensive!
new Function()
This is the result of splitting up #25 into a few distinct pull requests.
:joy: I think we just fixed the same issue..
This prevents JavaScript code blocks from needing to be loaded repeatedly when they are applied to multiple elements matching a selector.
new Function()
is expensive!This is the result of splitting up #25 into a few distinct pull requests.