partitionKey property

CookiePartitionKeyOrString? partitionKey
final

Cookie partition key. In Chrome, it matches the top-level site the partitioned cookie is available in. In Firefox, it matches the source origin in the https://w3c.github.io/webdriver-bidi/#type-storage-PartitionKey PartitionKey.

Implementation

final CookiePartitionKeyOrString? partitionKey;