Skip to content

Commit f6c2643

Browse files
committed
Updated generated c#.
1 parent 880e3b6 commit f6c2643

File tree

5 files changed

+90
-88
lines changed

5 files changed

+90
-88
lines changed

CSharpToJavaScript/APIs/JS/Generated/JS1.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//01.05.2025 20:45:13
1+
//02.05.2025 19:37:02
22

33
#nullable enable
44
//Disable missing XML comments.

CSharpToJavaScript/APIs/JS/Generated/JS2.generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//01.05.2025 20:45:13
1+
//02.05.2025 19:37:02
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -420,7 +420,7 @@ public partial interface Body
420420
{
421421
public ReadableStream? Body { get { throw new System.NotImplementedException(); } }
422422
public bool BodyUsed { get { throw new System.NotImplementedException(); } }
423-
public Task<byte[]> ArrayBuffer() { throw new System.NotImplementedException(); }
423+
public Task<ArrayBuffer> ArrayBuffer() { throw new System.NotImplementedException(); }
424424
public Task<Blob> Blob() { throw new System.NotImplementedException(); }
425425
public Task<Uint8Array> Bytes() { throw new System.NotImplementedException(); }
426426
public Task<FormData> FormData() { throw new System.NotImplementedException(); }

0 commit comments

Comments
 (0)