Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation for electronjs cookie handling #413

Merged
merged 1 commit into from
May 23, 2020

Conversation

freosc
Copy link
Contributor

@freosc freosc commented May 22, 2020

I needed cookie handling in my app, so decided to implement the electronjs's session cookie handling in Electron.Net and here's the pull request (actually my first github pull request ever ;) )
I tried to use your coding standards as much as possible.
Properties might need extra decorators or default values, not sure about them.

I only tested roughly the OnChanged, Get and Set
Important for the Set method is that the URL needs to be filled in. ElectronJS doc is quite clear on that, and I copied the comments.

@GregorBiswanger GregorBiswanger self-assigned this May 23, 2020
@GregorBiswanger GregorBiswanger added this to the 9.31.1 milestone May 23, 2020
@GregorBiswanger GregorBiswanger merged commit 95f9a59 into ElectronNET:master May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants