Skip to content

Commit cac2afa

Browse files
committed
bump protocol
1 parent 8dd4e9a commit cac2afa

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

pages/_data/1-3.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,6 +3151,12 @@
31513151
"description": "Cookie Priority",
31523152
"experimental": true,
31533153
"$ref": "CookiePriority"
3154+
},
3155+
{
3156+
"name": "sameParty",
3157+
"description": "True if cookie is SameParty.",
3158+
"experimental": true,
3159+
"type": "boolean"
31543160
}
31553161
]
31563162
},

pages/_data/tot.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10357,6 +10357,12 @@
1035710357
"description": "Cookie Priority",
1035810358
"experimental": true,
1035910359
"$ref": "CookiePriority"
10360+
},
10361+
{
10362+
"name": "sameParty",
10363+
"description": "True if cookie is SameParty.",
10364+
"experimental": true,
10365+
"type": "boolean"
1036010366
}
1036110367
]
1036210368
},

pages/tot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is no backwards compatibility support guaranteed for the capabilities it i
1010

1111
<h5 browser>Latest <a
1212
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/blink/renderer/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
13-
<code browser>Date: 2021-01-08 04:16:13 -0800
13+
<code browser>Date: 2021-01-11 02:16:08 -0800
1414
</code>
1515

1616
<h5 js>Latest <a

0 commit comments

Comments
 (0)