feat: update transformers to use ByteDocument type

Refactor the transformers in the downloader classes to use
ByteDocument instead of byte arrays. This change improves type
safety and clarity in handling document content during
downloads, ensuring that the transformations are more
consistent and maintainable.
This commit is contained in:
qwsdcvghyu89
2025-06-24 23:45:07 +03:00
parent 056e426572
commit 2317db9d3f
7 changed files with 42 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<Title>Beam</Title>
<Authors>aeqw89</Authors>
<Company>qwsdcvghyu</Company>
<Version>1.2.4</Version>
<Version>1.2.10</Version>
<Description>A library for downloading internet resources</Description>
<PackageProjectUrl>https://github.com/qwsdcvghyu89/Beam</PackageProjectUrl>
<RepositoryUrl>https://github.com/qwsdcvghyu89/Beam</RepositoryUrl>