LibWeb: Implement the DecompressionStream interface

This commit is contained in:
Timothy Flynn 2024-11-15 14:40:04 -05:00 committed by Andreas Kling
commit 5bcba896c2
Notes: github-actions[bot] 2024-11-17 22:21:51 +00:00
9 changed files with 283 additions and 0 deletions

View file

@ -88,6 +88,7 @@ class Clipboard;
namespace Web::Compression {
class CompressionStream;
class DecompressionStream;
}
namespace Web::Cookie {