session.cookies.get returns Promise that never resolves/rejects
Open
- Dominant language
- TypeScript
- Stars
- 411
- Forks
- 53
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.