You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FUOC is something that people generally wish they didn't have to deal with. To make things easier, perhaps we can add an option that will automatically keep content hidden until async content in a element's ShadowRoot has finished loading.
What we may need is some sort of convention for all elements to follow. For example, maybe elements specify a list of the elements (from their template) that load stuff, then the base Element class can wait for load events on all of them, and finally emit a load event on the owning element. This setup then allows any higher-up elements to do the same thing, and so on.
The text was updated successfully, but these errors were encountered:
FUOC is something that people generally wish they didn't have to deal with. To make things easier, perhaps we can add an option that will automatically keep content hidden until async content in a element's ShadowRoot has finished loading.
What we may need is some sort of convention for all elements to follow. For example, maybe elements specify a list of the elements (from their template) that load stuff, then the base Element class can wait for
load
events on all of them, and finally emit aload
event on the owning element. This setup then allows any higher-up elements to do the same thing, and so on.The text was updated successfully, but these errors were encountered: