LibWeb: Implement the CompressionStream interface

This commit is contained in:
Timothy Flynn 2024-11-15 11:11:47 -05:00 committed by Andreas Kling
commit 638a8aecad
Notes: github-actions[bot] 2024-11-17 22:21:57 +00:00
10 changed files with 303 additions and 1 deletions

View file

@ -15,6 +15,7 @@ namespace IDL {
static constexpr Array libweb_interface_namespaces = {
"CSS"sv,
"Clipboard"sv,
"Compression"sv,
"Crypto"sv,
"DOM"sv,
"DOMParsing"sv,