mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
how to get/set cookies #391
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theiviaxx on GitHub (Oct 3, 2019).
previously i added an event in the ipc.js file and built a custom nuget package for ElectronNET.Host, but i'd like to move away from that and just use the official releases.
However, i dont see anything on the Session object that would get a cookie
my code before was
@theiviaxx commented on GitHub (Oct 4, 2019):
I was able to do this via the HostHook stuff. I feel this is a pretty slick feature and i'd like to document it a bit, where would you like that to end up?