- From: Ole Ersoy <notifications@github.com>
- Date: Sun, 20 Nov 2016 06:37:59 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Sunday, 20 November 2016 14:38:33 UTC
> My example won't show or do anything if JS is disabled Isn't the whole app broken in this case? > will put content in the exact place on demand For that you need javascript and you can do that with a custom element > without synchronous document mutations The browser uses an event loop. All document mutations are synchronous. > On top of that, it would work even for chunks injected asynchronously. You can do push notifications in a custom element. -- 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/509#issuecomment-261782001
Received on Sunday, 20 November 2016 14:38:33 UTC