Skip to content

Commit

Permalink
Support cookies with multiple partition keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Jul 25, 2023
1 parent 6008d95 commit d34f406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7113,7 +7113,9 @@ storage.Cookie = {
name: text;
value: text;
host: text;
partitionKey: text|undefined;
? partitionKey: {
Extensible
};
}
</pre>

Expand Down

0 comments on commit d34f406

Please sign in to comment.