mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
LibWeb: Implement the CompressionStream interface
This commit is contained in:
parent
c0da3e356a
commit
638a8aecad
Notes:
github-actions[bot]
2024-11-17 22:21:57 +00:00
Author: https://github.com/trflynn89
Commit: 638a8aecad
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2370
10 changed files with 303 additions and 1 deletions
|
@ -15,6 +15,7 @@ namespace IDL {
|
|||
static constexpr Array libweb_interface_namespaces = {
|
||||
"CSS"sv,
|
||||
"Clipboard"sv,
|
||||
"Compression"sv,
|
||||
"Crypto"sv,
|
||||
"DOM"sv,
|
||||
"DOMParsing"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue