- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 28 Jul 2008 19:46:00 +0000 (UTC)
On Mon, 28 Jul 2008, Russell Leggett wrote: > > Let's say I have a large javascript application that is broken into > several files for better organization. > > But let's say we could zip up all the files, and retrieve them at the > start of an html document: > > <!-- somewhere in the <head> tag --> > <link rel="resources" href="/js-files.zip"/> > > This zip might contain a directory "js" and inside would contain the js > files. It seems like HTTP pipelining in conjunction with a mechanism like Safari's optimistic tokeniser is a better solution to this, in that it requires no server-side changes to work today. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 28 July 2008 12:46:00 UTC