You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Electron 15.1.0 and @electron/remote 2.0.1
calling this from the renderer process: require('@electron/remote').getCurrentWebContents().session.cookies.get({})
returns a promise (as expected based on the api reference) that never resolves or rejects.
In the browser process the corresponding call works, so it's not an electron problem.
The text was updated successfully, but these errors were encountered:
With Electron 15.1.0 and @electron/remote 2.0.1
calling this from the renderer process:
require('@electron/remote').getCurrentWebContents().session.cookies.get({})
returns a promise (as expected based on the api reference) that never resolves or rejects.
In the browser process the corresponding call works, so it's not an electron problem.
The text was updated successfully, but these errors were encountered: