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.
2 parents f0f8438 + 488b5d7 commit c6f9068Copy full SHA for c6f9068
design/mvp/Explainer.md
@@ -958,7 +958,7 @@ At a high level, the additional coercions would be:
958
| `list` | same as [`sequence`] | same as [`sequence`] |
959
| `string` | same as [`USVString`] | same as [`USVString`] |
960
| `tuple` | TBD: maybe a [JS Tuple]? | TBD |
961
-| `flags` | TBD: maybe a [JS Record]? | same as [`dictionary`] of `boolean` fields |
+| `flags` | TBD: maybe a [JS Record]? | same as [`dictionary`] of optional `boolean` fields with default values of `false` |
962
| `enum` | same as [`enum`] | same as [`enum`] |
963
| `option` | same as [`T?`] | same as [`T?`] |
964
| `union` | same as [`union`] | same as [`union`] |
0 commit comments