hstove / electron-cookies

Adds support for cookies in Electron. Cookies are persisted through localStorage.
MIT License
124 stars 30 forks source link

Handle getting cookies after clearCookies #5

Closed jlthai closed 8 years ago

jlthai commented 8 years ago

After calling document.clearCookies, document.cookie becomes undefined instead of the default value it was initialized as.

hstove commented 8 years ago

Thanks!