Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Compression Standard to db.json #236

Merged
merged 4 commits into from
May 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Compression Standard to db.json
  • Loading branch information
saschanaz committed May 24, 2024
commit 6da9eb387834054eb70754483209ea35b75865b2
21 changes: 21 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,27 @@
8
],
"twitter": "streamsstandard"
},
{
"name": "Compression",
"href": "https://compression.spec.whatwg.org/",
"description": "The Compression Standard provides APIs for compressing and decompressing bytes using a set of the most common compression algorithms.",
"authors": [
{
"name": "Canon Mukai",
"email": "canonmukai@google.com"
},
{
"name": "Adam Rice",
"email": "ricea@chromium.org"
}
],
"reference": "COMPRESSION",
"review_draft_schedule": [
2,
8
],
"twitter": "compressionstandard"
}
]
},
Expand Down
Loading