Sean Wragg

Results 3 issues of Sean Wragg

Have you given any thought to cookie expiration? ``` key=value; Expires=Thu, 01-Jan-1970 00:00:01 GMT ```

Have you given any thought to optimizing this a bit by ensuring the entire cookie storage (`locaStorage.cookies`) isn't read and parsed on every cookie request? While the current implementation works...

Just suggesting an additional test to ensure that existing values are updated as expected. When browsing this library for usage/functionality, I noticed this piece missing. :)