We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accdef1 commit 67bc60fCopy full SHA for 67bc60f
index.bs
@@ -8259,8 +8259,8 @@ ECMAScript Object values.
8259
1. Let |typedValue| be |value| [=converted to an IDL value=] of type |V|.
8260
1. [=map/Set=] |result|[|typedKey|] to |typedValue|.
8261
8262
- Note: it's possible that |typedKey| is already in |result|, if |O| is a proxy
8263
- object.
+ Note: It's possible that |typedKey| is already in |result|,
+ if |K| is {{USVString}} and |key| contains unpaired surrogates.
8264
1. Return |result|.
8265
</div>
8266
0 commit comments