Skip to content

Commit

Permalink
Add Compression Standard to db.json
Browse files Browse the repository at this point in the history
Closes #231.
  • Loading branch information
saschanaz committed May 29, 2024
1 parent a2490b9 commit ae043e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,23 @@
}
],
"standards": [
{
"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": "Adam Rice",
"email": "ricea@chromium.org"
}
],
"reference": "COMPRESSION",
"review_draft_schedule": [
4,
10
],
"twitter": "compressionstandard"
},
{
"name": "Streams",
"href": "https://streams.spec.whatwg.org/",
Expand Down

0 comments on commit ae043e2

Please sign in to comment.