cookies
cookies copied to clipboard
Javascript library for accessing and manipulating HTTP cookies in the web browser.
Fixes #3
Need to be able to pass options into test() so they can in turn be passed to set()
SameSite=[none|lax|strict] is used for cross-site cookie blocking.
I have issues getting an URL encoded cookie containing numbers and a comma; resulting in a NaN value. I have had to replaced your Native_isNaN, which is deprecated by jQuery...