Closed spiralx closed 8 years ago
Fixes a couple of issues with the way items were being parsed:
document.cookie
;
key=value
=
It also displays a message if document.cookie is an empty string.
Looks good, thanks!
Fixes a couple of issues with the way items were being parsed:
document.cookie
items are separated in both Chrome and Firefox with;
and a single-space rather than just the semi-colonkey=value
items can have values containing an=
characterIt also displays a message if
document.cookie
is an empty string.