|
1 | | -//17.03.2025 17:27:25 |
| 1 | +//01.05.2025 20:45:13 |
2 | 2 |
|
3 | 3 | #nullable enable |
4 | 4 | //Disable missing XML comments. |
@@ -98,7 +98,7 @@ namespace CSharpToJavaScript.APIs.JS; |
98 | 98 | using ImageBufferSource = Union186; |
99 | 99 | using AlgorithmIdentifier = Union187; |
100 | 100 | using HashAlgorithmIdentifier = Unsupported /*AlgorithmIdentifier*/; |
101 | | -using BigInteger = System.Byte; |
| 101 | +using BigInteger = Uint8Array; |
102 | 102 | using NamedCurve = string; |
103 | 103 | using GLenum = ulong; |
104 | 104 | using GLboolean = bool; |
@@ -422,7 +422,7 @@ public partial interface Body |
422 | 422 | public bool BodyUsed { get { throw new System.NotImplementedException(); } } |
423 | 423 | public Task<byte[]> ArrayBuffer() { throw new System.NotImplementedException(); } |
424 | 424 | public Task<Blob> Blob() { throw new System.NotImplementedException(); } |
425 | | - public Task<System.Byte> Bytes() { throw new System.NotImplementedException(); } |
| 425 | + public Task<Uint8Array> Bytes() { throw new System.NotImplementedException(); } |
426 | 426 | public Task<FormData> FormData() { throw new System.NotImplementedException(); } |
427 | 427 | public Task<dynamic> Json() { throw new System.NotImplementedException(); } |
428 | 428 | public Task<USVString> Text() { throw new System.NotImplementedException(); } |
@@ -2093,7 +2093,7 @@ public partial interface GPUCommandsMixin |
2093 | 2093 | public partial interface GPUBindingCommandsMixin |
2094 | 2094 | { |
2095 | 2095 | public Undefined SetBindGroup(GPUIndex32 index, GPUBindGroup? bindGroup, List<GPUBufferDynamicOffset> dynamicOffsets = default) { throw new System.NotImplementedException(); } |
2096 | | - public Undefined SetBindGroup(GPUIndex32 index, GPUBindGroup? bindGroup, System.UInt32 dynamicOffsetsData, GPUSize64 dynamicOffsetsDataStart, GPUSize32 dynamicOffsetsDataLength) { throw new System.NotImplementedException(); } |
| 2096 | + public Undefined SetBindGroup(GPUIndex32 index, GPUBindGroup? bindGroup, Uint32Array dynamicOffsetsData, GPUSize64 dynamicOffsetsDataStart, GPUSize32 dynamicOffsetsDataLength) { throw new System.NotImplementedException(); } |
2097 | 2097 | } |
2098 | 2098 |
|
2099 | 2099 | [To(ToAttribute.FirstCharToLowerCase)] |
|
0 commit comments