File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7794,7 +7794,7 @@ interface <dfn>DOMStringList</dfn> {
7794
7794
form, represented here as a <span>Record</span>. This serialized form has all the information
7795
7795
necessary to later deserialize into a new JavaScript value in a different Realm.</p>
7796
7796
7797
- <p>This process may throw an exception, for example when trying to serialize un-serializable
7797
+ <p>This process can throw an exception, for example when trying to serialize un-serializable
7798
7798
objects.</p>
7799
7799
7800
7800
<ol>
@@ -8157,7 +8157,7 @@ o.myself = o;</pre>
8157
8157
<var>serialized</var>, which was previously produced by <span>StructuredSerialize</span>, and
8158
8158
deserializes it into a new JavaScript value, created in <var>targetRealm</var>.</p>
8159
8159
8160
- <p>This process may throw an exception, for example when trying to allocate memory for the new
8160
+ <p>This process can throw an exception, for example when trying to allocate memory for the new
8161
8161
objects (especially <code data-x="">ArrayBuffer</code> objects).</p>
8162
8162
8163
8163
<ol>
You can’t perform that action at this time.
0 commit comments