Skip to content

Commit cdb82d5

Browse files
committed
Updated generated xml docs.
See: TiLied/GenDocsLib@27e38fd Updated generated csharp. See: TiLied/GenCSharpLib@2f9d033
1 parent b956ab2 commit cdb82d5

File tree

41 files changed

+28680
-13917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+28680
-13917
lines changed

CSharpToJavaScript/APIs/JS/EventTarget.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ namespace CSharpToJavaScript.APIs.JS
99
public partial class EventTarget
1010
{
1111

12-
public GlobalObject.Undefined AddEventListener(string type, Action? callback, Union23 options) { throw new System.NotImplementedException(); }
13-
public GlobalObject.Undefined AddEventListener(string type, Action<MouseEvent>? callback, Union23 options) { throw new System.NotImplementedException(); }
14-
public GlobalObject.Undefined AddEventListener(string type, Action<Event>? callback, Union23 options) { throw new System.NotImplementedException(); }
12+
public GlobalObject.Undefined AddEventListener(string type, Action? callback, Union27 options) { throw new System.NotImplementedException(); }
13+
public GlobalObject.Undefined AddEventListener(string type, Action<MouseEvent>? callback, Union27 options) { throw new System.NotImplementedException(); }
14+
public GlobalObject.Undefined AddEventListener(string type, Action<Event>? callback, Union27 options) { throw new System.NotImplementedException(); }
1515

16-
public GlobalObject.Undefined RemoveEventListener(string type, Action? callback, Union23 options) { throw new System.NotImplementedException(); }
16+
public GlobalObject.Undefined RemoveEventListener(string type, Action? callback, Union28 options) { throw new System.NotImplementedException(); }
1717

1818
}
1919
}

0 commit comments

Comments
 (0)