Skip to content

Commit 238b004

Browse files
authored
Fix RFC link for brotli (mdn#43649)
Fixes: 58ea518 ("CompressionStream/DecompressionStream support brotli")
1 parent 743ba8b commit 238b004

File tree

2 files changed

+2
-2
lines changed
  • files/en-us/web/api
    • compressionstream/compressionstream
    • decompressionstream/decompressionstream

2 files changed

+2
-2
lines changed

files/en-us/web/api/compressionstream/compressionstream/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ new CompressionStream(format)
2121
- `format`
2222
- : One of the following allowed compression formats:
2323
- `"brotli"`
24-
- : Compresses the stream using the [Brotli](https://www.rfc-editor.org/rfc/rfc1952) algorithm.
24+
- : Compresses the stream using the [Brotli](https://www.rfc-editor.org/rfc/rfc7932) algorithm.
2525
- `"gzip"`
2626
- : Compresses the stream using the [GZIP](https://www.rfc-editor.org/rfc/rfc1952) format.
2727
- `"deflate"`

files/en-us/web/api/decompressionstream/decompressionstream/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ new DecompressionStream(format)
2121
- `format`
2222
- : One of the following compression formats:
2323
- `"brotli"`
24-
- : Decompress the stream using the [Brotli](https://www.rfc-editor.org/rfc/rfc1952) algorithm.
24+
- : Decompress the stream using the [Brotli](https://www.rfc-editor.org/rfc/rfc7932) algorithm.
2525
- `"gzip"`
2626
- : Decompress the stream using the [GZIP](https://www.rfc-editor.org/rfc/rfc1952) algorithm.
2727
- `"deflate"`

0 commit comments

Comments
 (0)