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 f66686d commit 8040ecdCopy full SHA for 8040ecd
inputfiles/patches/html.kdl
@@ -23,7 +23,3 @@ interface NavigationPrecommitController exposed=Window {
23
interface NavigationTransition {
24
property committed exposed=Window
25
}
26
-
27
-removals {
28
- enum ValueType
29
-}
inputfiles/patches/webassembly.kdl
@@ -15,3 +15,8 @@ dictionary ValueTypeMap legacyNamespace=WebAssembly {
15
dictionary MemoryDescriptor {
16
member shared type=boolean
17
18
+
19
+removals {
20
+ // Overridden with `keyof ValueTypeMap`
21
+ enum ValueType
22
+}
0 commit comments