Skip to content

Commit d92c5da

Browse files
committed
bump protocol
1 parent 1d9d0f6 commit d92c5da

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_data/tot/protocol.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7552,6 +7552,30 @@
75527552
"type": "string",
75537553
"description": "<code>Node</code>'s nodeValue."
75547554
},
7555+
{
7556+
"name": "textValue",
7557+
"type": "string",
7558+
"optional": true,
7559+
"description": "Only set for textarea elements, contains the text value."
7560+
},
7561+
{
7562+
"name": "inputValue",
7563+
"type": "string",
7564+
"optional": true,
7565+
"description": "Only set for input elements, contains the input's associated text value."
7566+
},
7567+
{
7568+
"name": "inputChecked",
7569+
"type": "boolean",
7570+
"optional": true,
7571+
"description": "Only set for radio and checkbox input elements, indicates if the element has been checked"
7572+
},
7573+
{
7574+
"name": "optionSelected",
7575+
"type": "boolean",
7576+
"optional": true,
7577+
"description": "Only set for option elements, indicates if the element has been selected"
7578+
},
75557579
{
75567580
"name": "backendNodeId",
75577581
"$ref": "DOM.BackendNodeId",

0 commit comments

Comments
 (0)