Re: [whatwg] Deferred Javascript parsing

2013-04-29 Thread Garrett Smith
On 4/29/13, David Bruant wrote: > Le 29/04/2013 22:21, Benjamin Stürmer a écrit : >> I have been reading about a technique described here ( >> http://googlecode.blogspot.de/2009/09/gmail-for-mobile-html5-series-reducing.html) >> for deferring the parsing of scripts until they are actually required

Re: [whatwg] Deferred Javascript parsing

2013-04-29 Thread David Bruant
Le 29/04/2013 22:21, Benjamin Stürmer a écrit : I have been reading about a technique described here ( http://googlecode.blogspot.de/2009/09/gmail-for-mobile-html5-series-reducing.html) for deferring the parsing of scripts until they are actually required. This can be a useful technique for allow

[whatwg] Deferred Javascript parsing

2013-04-29 Thread Benjamin Stürmer
I have been reading about a technique described here ( http://googlecode.blogspot.de/2009/09/gmail-for-mobile-html5-series-reducing.html) for deferring the parsing of scripts until they are actually required. This can be a useful technique for allowing lazy-loading of script without AJAX. A common