Skip to content

Commit 8746365

Browse files
committed
bump protocol
1 parent 9a6ab63 commit 8746365

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

_data/tot/protocol.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10407,6 +10407,29 @@
1040710407
}
1040810408
],
1040910409
"description": "Clears storage for origin."
10410+
},
10411+
{
10412+
"name": "getUsageAndQuota",
10413+
"parameters": [
10414+
{
10415+
"name": "origin",
10416+
"type": "string",
10417+
"description": "Security origin."
10418+
}
10419+
],
10420+
"returns": [
10421+
{
10422+
"name": "usage",
10423+
"type": "number",
10424+
"description": "Storage usage (bytes)."
10425+
},
10426+
{
10427+
"name": "quota",
10428+
"type": "number",
10429+
"description": "Storage quota (bytes)."
10430+
}
10431+
],
10432+
"description": "Returns usage and quota in bytes."
1041010433
}
1041110434
]
1041210435
},

_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 03:15:26 2017 -0700
11+
<code browser>Date: Fri Jun 16 17:15:36 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)