YahooArchive / mojito

[archiving soon] Yahoo! Mojito Framework
BSD 3-Clause "New" or "Revised" License
1.57k stars 214 forks source link

[bz5403069] Support cookie getSub/setSub #49

Open add0n opened 12 years ago

add0n commented 12 years ago

The getSub/setSub methods are very useful to read and write hashed key/value pairs. Please support this so the interface is more similar to the YUI3 Cookie class.

caridy commented 11 years ago

mojito-cookie-addon for the client side is already using Y.Cookie for all these methods:

        [
            'exists',
            'get',
            'getSub',
            'getSubs',
            'remove',
            'removeSub',
            'set',
            'setSub',
            'setSubs'
        ]

We just need to get to feature parity for the server side implementation.