|
1 | | -//20.01.2025 16:03:12 |
| 1 | +//12.03.2025 21:33:46 |
| 2 | + |
| 3 | +#nullable enable |
| 4 | +//Disable missing XML comments. |
| 5 | +#pragma warning disable CS1591 |
2 | 6 |
|
3 | 7 | using static CSharpToJavaScript.APIs.JS.GlobalObject; |
4 | 8 | using CSharpToJavaScript.Utils; |
@@ -5946,22 +5950,28 @@ public partial class Window |
5946 | 5950 | } |
5947 | 5951 |
|
5948 | 5952 | ///<include file='Utils/Docs/Headers/Headers.generated.xml' path='docs/Headers/*'/> |
5949 | | -[To(ToAttribute.FirstCharToLowerCase)] |
| 5953 | +[To(ToAttribute.Default)] |
5950 | 5954 | public partial class Headers |
5951 | 5955 | { |
5952 | 5956 | ///<include file='Utils/Docs/HeadersHeaders/HeadersHeaders.generated.xml' path='docs/HeadersHeaders/*'/> |
5953 | 5957 | public Headers(HeadersInit init = default) { } |
5954 | 5958 | ///<include file='Utils/Docs/HeadersAppend/HeadersAppend.generated.xml' path='docs/HeadersAppend/*'/> |
| 5959 | + [To(ToAttribute.FirstCharToLowerCase)] |
5955 | 5960 | public Undefined Append(ByteString name, ByteString value) { throw new System.NotImplementedException(); } |
5956 | 5961 | ///<include file='Utils/Docs/HeadersDelete/HeadersDelete.generated.xml' path='docs/HeadersDelete/*'/> |
| 5962 | + [To(ToAttribute.FirstCharToLowerCase)] |
5957 | 5963 | public Undefined Delete(ByteString name) { throw new System.NotImplementedException(); } |
5958 | 5964 | ///<include file='Utils/Docs/HeadersGet/HeadersGet.generated.xml' path='docs/HeadersGet/*'/> |
| 5965 | + [To(ToAttribute.FirstCharToLowerCase)] |
5959 | 5966 | public ByteString? Get(ByteString name) { throw new System.NotImplementedException(); } |
5960 | 5967 | ///<include file='Utils/Docs/HeadersGetSetCookie/HeadersGetSetCookie.generated.xml' path='docs/HeadersGetSetCookie/*'/> |
| 5968 | + [To(ToAttribute.FirstCharToLowerCase)] |
5961 | 5969 | public List<ByteString> GetSetCookie() { throw new System.NotImplementedException(); } |
5962 | 5970 | ///<include file='Utils/Docs/HeadersHas/HeadersHas.generated.xml' path='docs/HeadersHas/*'/> |
| 5971 | + [To(ToAttribute.FirstCharToLowerCase)] |
5963 | 5972 | public bool Has(ByteString name) { throw new System.NotImplementedException(); } |
5964 | 5973 | ///<include file='Utils/Docs/HeadersSet/HeadersSet.generated.xml' path='docs/HeadersSet/*'/> |
| 5974 | + [To(ToAttribute.FirstCharToLowerCase)] |
5965 | 5975 | public Undefined Set(ByteString name, ByteString value) { throw new System.NotImplementedException(); } |
5966 | 5976 | public ByteString this[int i] { get { throw new System.NotImplementedException(); } set { throw new System.NotImplementedException(); } } |
5967 | 5977 | public Headers() { } |
|
0 commit comments