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

http.headers.Set-Cookie.Partitioned - firefox android nightly #24416

Closed
gamebeaker opened this issue Sep 11, 2024 · 1 comment
Closed

http.headers.Set-Cookie.Partitioned - firefox android nightly #24416

gamebeaker opened this issue Sep 11, 2024 · 1 comment
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP

Comments

@gamebeaker
Copy link

gamebeaker commented Sep 11, 2024

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

Here: https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies#browser_compatibility on the table is Firefox for Anfroid "No" it sould be "Nightly"

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

"Nightly" for Firefox for Android

Did you test this? If so, how?

I help an open source addon and debugged this addon on firefox android and firefox android nightly only on nightly worked this code:

let cookies = await browser.cookies.getAll({domain: urlparts[urlparts.length-2]+"."+urlparts[urlparts.length-1],partitionKey: {}});
cookies = cookies.filter(item => item.partitionKey != undefined);

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies

MDN metadata

MDN page report details
  • Query: http.headers.Set-Cookie.Partitioned
  • Report started: 2024-09-11T07:22:07.870Z
```[tasklist] ### Tasks ```
@Elchi3
Copy link
Member

Elchi3 commented Sep 12, 2024

This was updated in #24382 and should be released to BCD's consumers soon.

@Elchi3 Elchi3 closed this as completed Sep 12, 2024
@queengooborg queengooborg added the data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
Projects
None yet
Development

No branches or pull requests

3 participants