We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e5d13 commit 2a6913bCopy full SHA for 2a6913b
1 file changed
src/browserLookups/cookie.js
@@ -74,8 +74,8 @@ const cookie = {
74
return null;
75
},
76
77
- remove(name) {
78
- this.create(name, '', -1);
+ remove(name, domain) {
+ this.create(name, '', -1, domain);
79
}
80
};
81
0 commit comments