Becklyn / mojave

A library of commonly used JavaScript tools and helpers by Becklyn
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Added setCookie, getCookie, removeCookie #86

Closed keichinger closed 6 years ago

keichinger commented 6 years ago

The cookies will always be stored as encoded JSON. Unfortunately the way cookies are stored requires some special treatment due to escaping/encoding.

Fixes #82

apfelbox commented 6 years ago

Thanks @keichinger 🎈