Skip to content

Automount performance fix for browsers without customElements

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 03 Jan 19:41
· 37 commits to master since this release

This uses domMutate.onInsertion instead of standalone MutationObserver in order to ensure that each element's tagHandler is called only once in environments that do not support customElements. This was causing large performance issues in these browsers.

#109