MCPcopy
hub / github.com/ampproject/amphtml / removeCookie

Function removeCookie

test/unit/test-cid-api.js:16–18  ·  view source on GitHub ↗
(cookieName)

Source from the content-addressed store, hash-verified

14 }
15
16 function removeCookie(cookieName) {
17 setCookie(win, cookieName, '', 0);
18 }
19
20 beforeEach(() => {
21 win = env.win;

Callers 1

test-cid-api.jsFile · 0.85

Calls 1

setCookieFunction · 0.90

Tested by

no test coverage detected