Skip to content

Commit 0ccf553

Browse files
andreasttAutomatedTester
authored andcommitted
json deserialize: check for instances of Array and Object
Similarly to #1351, we want to run instance checks on JS Array and Object. This patch relates to #1347.
1 parent c3ef49f commit 0ccf553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5830,8 +5830,8 @@ <h3>Executing Script</h3>
58305830
<dd><p>Return the <a data-lt="deserialize a web element">deserialized</a>
58315831
<a>web element</a> of <var>value</var>.
58325832

5833-
<dt>type <a>Array</a>
5834-
<dt>type <a>Object</a>
5833+
<dt>instance of <a>Array</a>
5834+
<dt>instance of <a>Object</a>
58355835
<dd><p>Return the result of running the <a>clone an object</a> algorithm
58365836
with arguments <var>value</var> and <var>seen</var>,
58375837
and the <a>JSON deserialize</a> algorithm as the clone algorithm.

0 commit comments

Comments
 (0)