We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669f990 commit 7f87862Copy full SHA for 7f87862
1 file changed
src/initialize.ts
@@ -43,6 +43,7 @@ function initializeCookies() {
43
// @ts-ignore
44
return nativeCookieSetter.call(document, value);
45
}
46
+
47
(document as any).__defineSetter__("cookie", setCookieOverride);
48
// Re-sets the getter as it gets lost during the seter overwrite
49
(document as any).__defineGetter__("cookie", nativeCookieGetter);
0 commit comments