hstove / electron-cookies

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

Make it clear this doesn't provide normal browser cookie behavior #12

Open transitive-bullshit opened 8 years ago

transitive-bullshit commented 8 years ago

Normally, the browser will send cookies automatically based on the request domain and set cookies based on response set-cookie headers.

It'd be nice to add something to the README explaining that this behavior is not captured by this shim.

hstove commented 8 years ago

Agreed. If you want to add something to the README, I'd happily merge it.

transitive-bullshit commented 8 years ago

Let me know if you'd like to change any of the specifics -- thanks :)