Skip to content

Commit fad7b03

Browse files
committed
Updated generated c# with missing data.
See: TiLied/GenCSharpLib@ea766a3 Added static to fields.
1 parent f235749 commit fad7b03

File tree

4 files changed

+9077
-8308
lines changed

4 files changed

+9077
-8308
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 Utils.Unsupported /*undefined*/ AddEventListener(string type, Action? callback, Union41 options) { throw new System.NotImplementedException(); }
13-
public Utils.Unsupported /*undefined*/ AddEventListener(string type, Action<MouseEvent>? callback, Union41 options) { throw new System.NotImplementedException(); }
14-
public Utils.Unsupported /*undefined*/ AddEventListener(string type, Action<Event>? callback, Union41 options) { throw new System.NotImplementedException(); }
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(); }
1515

16-
public Utils.Unsupported /*undefined*/ RemoveEventListener(string type, Action? callback, Union2 options) { throw new System.NotImplementedException(); }
16+
public GlobalObject.Undefined RemoveEventListener(string type, Action? callback, Union23 options) { throw new System.NotImplementedException(); }
1717

1818
}
1919
}

0 commit comments

Comments
 (0)