mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibWeb: Implement the DecompressionStream interface
This commit is contained in:
parent
638a8aecad
commit
5bcba896c2
Notes:
github-actions[bot]
2024-11-17 22:21:51 +00:00
Author: https://github.com/trflynn89
Commit: 5bcba896c2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2370
9 changed files with 283 additions and 0 deletions
|
@ -88,6 +88,7 @@ class Clipboard;
|
|||
|
||||
namespace Web::Compression {
|
||||
class CompressionStream;
|
||||
class DecompressionStream;
|
||||
}
|
||||
|
||||
namespace Web::Cookie {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue