yakyak / hangupsjs

google hangouts client library for nodejs
226 stars 46 forks source link

Add method to sync client cookies to web session. #139

Closed HomerSp closed 2 years ago

HomerSp commented 2 years ago

Rarely we can end up at a point where the electron web view has no cookies, but the client cookies are still present. This causes issues when it tries to load urls and such (thumbnails will fail to load) because no cookies are present. This PR adds a method to sync the client cookies to an electron web session.