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 24f51a8 commit f3a43a7Copy full SHA for f3a43a7
index.bs
@@ -2098,9 +2098,9 @@ attribute is the event handler for the
2098
This specification fires events with the following custom interfaces:
2099
2100
<xmp class=idl>
2101
-[Exposed=(Window,Worker),
2102
- Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {})]
+[Exposed=(Window,Worker)]
2103
interface IDBVersionChangeEvent : Event {
+ constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {});
2104
readonly attribute unsigned long long oldVersion;
2105
readonly attribute unsigned long long? newVersion;
2106
};
0 commit comments