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
It may not make sense to be in this library itself — could see perhaps a @newswire/frames-loader? But it'd be nice to have an automatic, smart way to only load embeds when they are needed. I think it'd be too much to build this into the library as a default (would probably double the code base), but it could be an automatic thing in the same vein as the auto initializer.
The text was updated successfully, but these errors were encountered:
Two(!) years out from this suggestion, now that native loading=lazy support is coming to iframes, it may be best to either 1) defer to this functionality or 2) provide an alternative bootstrapping method that observes existing iframes instead of creating them.
The 2) option now exists in 1.0.0 — best to just let this be a user land activity, I think. Maybe could come back into play with #21? Or when/if #2 happens it's a part of that?
It may not make sense to be in this library itself — could see perhaps a
@newswire/frames-loader
? But it'd be nice to have an automatic, smart way to only load embeds when they are needed. I think it'd be too much to build this into the library as a default (would probably double the code base), but it could be an automatic thing in the same vein as the auto initializer.The text was updated successfully, but these errors were encountered: