- From: Ian Hickson <ian@hixie.ch>
- Date: Thu, 21 Apr 2005 13:07:45 +0000 (UTC)
On Thu, 21 Apr 2005, Dimitri Glazkov wrote: > > It seems that a future Web Application platform should have this type of > functionality readily available. What do you think about the idea of > having some likeness of a scope that's inherently wider than request? I entirely agree that this is a good idea. I'm not 100% sure what a good way to do this is. Some sort of per-domain, per-window (tab, in modern browsers) object that is shared across pages from that domain is what I had in mind, but I'm not sure what the object should do. I was considering having it be a DOM (so basically you stored data in an XML document), but that seems unwieldly. I also considered just a list of strings, but that seems too unstructured. An object containing object references wouldn't really work other, because there's no way to serialise it (so that it lasts longer than the current browser session, e.g.). Anyone have any concrete proposals? :-) -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 21 April 2005 06:07:45 UTC