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?
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:
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