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

New-cookie-api #666

Closed
wants to merge 3 commits into from
Closed

New-cookie-api #666

wants to merge 3 commits into from

Conversation

mikelxk
Copy link
Collaborator

@mikelxk mikelxk commented Oct 23, 2021

Use new cookie api to resolve issue in #661

@listen1
Copy link
Owner

listen1 commented Oct 25, 2021

nice try to solve chrome cookie api is not available. The only problem is this api require chrome v87+ is a little too new. I think we can use it if there's no plan B.

Another way to work around is extracting cookie related logic to new module and call this module in dev server (when proxying request), or make music platform api to independent module, which support call by function api and network api. I'm still thinking about details.

@mikelxk
Copy link
Collaborator Author

mikelxk commented Oct 25, 2021

I don't think the cookieStore is applicable for now because it can't be set under given domain. We need a backend support for that.

@mikelxk mikelxk closed this Mar 10, 2022
@mikelxk mikelxk deleted the new-cookie-api branch March 10, 2022 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants