File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -955,7 +955,7 @@ At a high level, the additional coercions would be:
955
955
| ` char ` | same as [ ` USVString ` ] | same as [ ` USVString ` ] , throw if the USV length is not 1 |
956
956
| ` record ` | TBD: maybe a [ JS Record] ? | same as [ ` dictionary ` ] |
957
957
| ` variant ` | TBD | TBD |
958
- | ` list ` | same as [ ` sequence ` ] | same as [ ` sequence ` ] |
958
+ | ` list ` | create a typed array copy for number types; otherwise produce a JS array (like [ ` sequence ` ] ) | same as [ ` sequence ` ] |
959
959
| ` string ` | same as [ ` USVString ` ] | same as [ ` USVString ` ] |
960
960
| ` tuple ` | TBD: maybe a [ JS Tuple] ? | TBD |
961
961
| ` flags ` | TBD: maybe a [ JS Record] ? | same as [ ` dictionary ` ] of optional ` boolean ` fields with default values of ` false ` |
You can’t perform that action at this time.
0 commit comments