Skip to content

Commit

Permalink
Editorial: use new constructor syntax from WebIDL (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres authored and inexorabletash committed Feb 1, 2021
1 parent 580905b commit bf4c977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2098,9 +2098,9 @@ attribute is the event handler for the
This specification fires events with the following custom interfaces:

<xmp class=idl>
[Exposed=(Window,Worker),
Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {})]
[Exposed=(Window,Worker)]
interface IDBVersionChangeEvent : Event {
constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {});
readonly attribute unsigned long long oldVersion;
readonly attribute unsigned long long? newVersion;
};
Expand Down

0 comments on commit bf4c977

Please sign in to comment.