browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

add the `partitioned` option BCD data in `CookieChangeEvent` and `ExtendableCookieChangeEvent`

Open skyclouds2001 opened this issue 2 years ago • 0 comments

Summary

the PR uses the same data as the partitioned option in CookieStore interface

see https://github.com/mdn/content/pull/23495 and https://github.com/mdn/browser-compat-data/pull/18591, where the partitioned option was added to CookieStore interface, but forget to add the option to the two event types

reference to https://github.com/mdn/content/pull/31272 and https://github.com/mdn/content/pull/31273 and the spec https://wicg.github.io/cookie-store/

Test results and supporting details

Related issues

skyclouds2001 avatar Dec 24 '23 16:12 skyclouds2001