Skip to content

Commit

Permalink
validator wants to put compression before streams
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed May 24, 2024
1 parent 6da9eb3 commit 600785e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,27 @@
}
],
"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": "[email protected]"
},
{
"name": "Canon Mukai",
"email": "[email protected]"
}
],
"reference": "COMPRESSION",
"review_draft_schedule": [
2,
8
],
"twitter": "compressionstandard"
},
{
"name": "Streams",
"href": "https://streams.spec.whatwg.org/",
Expand Down Expand Up @@ -469,27 +490,6 @@
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": "[email protected]"
},
{
"name": "Adam Rice",
"email": "[email protected]"
}
],
"reference": "COMPRESSION",
"review_draft_schedule": [
2,
8
],
"twitter": "compressionstandard"
}
]
},
Expand Down

0 comments on commit 600785e

Please sign in to comment.