-
@ChromiumDev @jaffathecake @cassiecodes Re: The custom element hack to know when a parent is parsed, I think you can do a similar trick with declarative shadow DOM, which gets *completely* parsed and appended in a single mutation. This can kind of serve as a "component parsed" event.