Caridy Patiño
Caridy Patiño
@andyearnshaw IMO, this use-case that you have described is probably something that we will allow via Realms (https://github.com/tc39/proposal-realms/issues/46) rather than having to use the loader API. It will give you...
agreed, there are some things that will have to change in this regards. I faced a similar issue yesterday when working on the referral implementation. referral should be a key...
This bug extends beyond `Loader.import()`, all public methods should be revisited.
@bluesmoon this document does not attempt to change the current behavior for scripts, instead it is focused on modules, and how to load and execute them, and hopefully that will...
loader API is `async`, loader fetching process is `non-blocking`. If you want to load one (or few) resource at a time, you can still do it by using a hook...
When I reference to `non-blocking`, I'm referencing to not block the load of any other resource on the page or resource fetched by loader itself. Most likely, fetching resources thru...
fair enough @bluesmoon, we will discuss.
@domenic I agree with @bluesmoon that this is a genuine case, but a very very edge case. At yahoo we opted to defining some threshold to ignore those 1 out...
I will probably favor `ElementSemantics` at this point. Probably a different name, but I don't have a better alternative. IMO citizen developers usually reject the word "semantics" for whatever reason...
@alice this proposal is focus on one premise: replacing `` with `` should be as easy as changing the tag name in your markup (if the both share the same...