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 0f5727d commit 4203404Copy full SHA for 4203404
index.bs
@@ -695,8 +695,10 @@ underscore.
695
"interface"
696
"iterable"
697
"maplike"
698
+ "mixin"
699
"namespace"
700
"partial"
701
+ "readonly"
702
"required"
703
"setlike"
704
"setter"
@@ -6905,6 +6907,7 @@ five forms are allowed.
6905
6907
"FrozenArray"
6906
6908
"Infinity"
6909
"NaN"
6910
+ "Promise"
6911
"USVString"
6912
"any"
6913
"boolean"
@@ -6918,8 +6921,10 @@ five forms are allowed.
6918
6921
"octet"
6919
6922
"or"
6920
6923
"optional"
6924
+ "record"
6925
"sequence"
6926
"short"
6927
+ "symbol"
6928
"true"
6929
"unsigned"
6930
"void"
0 commit comments