File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 10386
10386
"websql",
10387
10387
"service_workers",
10388
10388
"cache_storage",
10389
- "all"
10389
+ "all",
10390
+ "other"
10390
10391
],
10391
10392
"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
+ ]
10392
10410
}
10393
10411
],
10394
10412
"commands": [
10427
10445
"name": "quota",
10428
10446
"type": "number",
10429
10447
"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)."
10430
10456
}
10431
10457
],
10432
10458
"description": "Returns usage and quota in bytes."
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
8
8
9
9
< h5 browser > Latest < a
10
10
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
12
12
</ code >
13
13
14
14
< h5 js > Latest < a
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments