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 7339630 commit 05bc3d6Copy full SHA for 05bc3d6
design/mvp/Explainer.md
@@ -992,7 +992,8 @@ Notes:
992
* For `union` and `option`, when Web IDL doesn't support particular type
993
combinations (e.g., `(option (option u32))`), the JS API would fall back to
994
the JS API of the unspecialized `variant` (e.g.,
995
- `(variant (case "some" (variant (case "some" u32) (case "none"))) (case "none"))`).
+ `(variant (case "some" (option u32)) (case "none"))`, despecializing only
996
+ the problematic outer `option`).
997
* The forthcoming addition of [resource and handle types] would additionally
998
allow coercion to and from the remaining Symbol and Object JavaScript value
999
types.
0 commit comments