- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 07 Oct 2016 23:00:38 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Saturday, 8 October 2016 06:01:06 UTC
@annevk : I don't think implicitly preloading scripts while it's not connected to a document is a good pattern because that can easily lead to unintentional / accidental fetches users of the elements didn't intend. It's much better to manually `Fetch` or do it when the element is inserted into a document. For example, `link` element supports `preload` attribute but it doesn't start preloading immediately when the attribute is added; it needs to be inserted into a document. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/581#issuecomment-252405397
Received on Saturday, 8 October 2016 06:01:06 UTC