Skip to content

Commit f3a43a7

Browse files
author
Marcos Cáceres
authored
Editorial: use new constructor syntax from WebIDL (#296)
1 parent 24f51a8 commit f3a43a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,9 +2098,9 @@ attribute is the event handler for the
20982098
This specification fires events with the following custom interfaces:
20992099

21002100
<xmp class=idl>
2101-
[Exposed=(Window,Worker),
2102-
Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {})]
2101+
[Exposed=(Window,Worker)]
21032102
interface IDBVersionChangeEvent : Event {
2103+
constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {});
21042104
readonly attribute unsigned long long oldVersion;
21052105
readonly attribute unsigned long long? newVersion;
21062106
};

0 commit comments

Comments
 (0)