Skip to content

Commit 242413a

Browse files
committed
bump protocol
1 parent 29b09ea commit 242413a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_data/tot/protocol.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7530,6 +7530,12 @@
75307530
"$ref": "DOM.PseudoType",
75317531
"optional": true,
75327532
"description": "Type of a pseudo element node."
7533+
},
7534+
{
7535+
"name": "isClickable",
7536+
"type": "boolean",
7537+
"optional": true,
7538+
"description": "Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked."
75337539
}
75347540
],
75357541
"description": "A Node in the DOM tree."

_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: Thu Jun 29 15:15:18 2017 -0700
11+
<code browser>Date: Fri Jun 30 08:15:16 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)