mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.99k stars 2.01k forks source link

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

Closed gamebeaker closed 2 months ago

gamebeaker commented 2 months ago

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
### Tasks
Elchi3 commented 2 months ago

This was updated in https://github.com/mdn/browser-compat-data/pull/24382 and should be released to BCD's consumers soon.