Skip to content

Commit ef8bf16

Browse files
committed
bump protocol
1 parent 8746365 commit ef8bf16

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

_data/tot/protocol.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10386,9 +10386,27 @@
1038610386
"websql",
1038710387
"service_workers",
1038810388
"cache_storage",
10389-
"all"
10389+
"all",
10390+
"other"
1039010391
],
1039110392
"description": "Enum of possible storage types."
10393+
},
10394+
{
10395+
"id": "UsageForType",
10396+
"type": "object",
10397+
"description": "Usage for a storage type.",
10398+
"properties": [
10399+
{
10400+
"name": "storageType",
10401+
"$ref": "StorageType",
10402+
"description": "Name of storage type."
10403+
},
10404+
{
10405+
"name": "usage",
10406+
"type": "number",
10407+
"description": "Storage usage (bytes)."
10408+
}
10409+
]
1039210410
}
1039310411
],
1039410412
"commands": [
@@ -10427,6 +10445,14 @@
1042710445
"name": "quota",
1042810446
"type": "number",
1042910447
"description": "Storage quota (bytes)."
10448+
},
10449+
{
10450+
"name": "usageBreakdown",
10451+
"type": "array",
10452+
"items": {
10453+
"$ref": "UsageForType"
10454+
},
10455+
"description": "Storage usage per type (bytes)."
1043010456
}
1043110457
],
1043210458
"description": "Returns usage and quota in bytes."

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
88

99
<h5 browser>Latest <a
1010
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
11-
<code browser>Date: Fri Jun 16 17:15:36 2017 -0700
11+
<code browser>Date: Thu Jun 22 17:15:19 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

search_index/tot.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)