[whatwg] HTML Cookie API

>         No. pushCookies would be a way of pushing cookies to the
>         current js and
>         then you could call getCookie several times without defining a
>         callback.
>         It would be almost like:
>         
>                document.observe("cookieload", myAppLoad)
>         
> 
> Right.  My point was that you could implement pushCookies on top of
> Adam's API.
> 
> 
> -Darin

Agree. Just like you could implement Adam's API on top of current
browsers cookies spec :P

Received on Friday, 26 February 2010 12:04:11 UTC