We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns the value of a named cookie
import { cookieHandler } from '@area17/a17-helpers'; cookieHandler.read("splash"); // value or null if cookie doesn't exist
http://www.quirksmode.org/js/cookies.html