Skip to content

Commit c6f9068

Browse files
authored
Merge pull request #45 from Liamolucko/clarify-js-flags
Clarify conversion from JS values to flags
2 parents f0f8438 + 488b5d7 commit c6f9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ At a high level, the additional coercions would be:
958958
| `list` | same as [`sequence`] | same as [`sequence`] |
959959
| `string` | same as [`USVString`] | same as [`USVString`] |
960960
| `tuple` | TBD: maybe a [JS Tuple]? | TBD |
961-
| `flags` | TBD: maybe a [JS Record]? | same as [`dictionary`] of `boolean` fields |
961+
| `flags` | TBD: maybe a [JS Record]? | same as [`dictionary`] of optional `boolean` fields with default values of `false` |
962962
| `enum` | same as [`enum`] | same as [`enum`] |
963963
| `option` | same as [`T?`] | same as [`T?`] |
964964
| `union` | same as [`union`] | same as [`union`] |

0 commit comments

Comments
 (0)