Commit cf06e74
stream: add brotli support to CompressionStream and DecompressionStream
Refs: whatwg/compression#34
PR-URL: #59464
Reviewed-By: Mattias Buelens <mattias@buelens.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>1 parent d22f113 commit cf06e74Copy full SHA for cf06e74
File tree
Expand file treeCollapse file tree
4 files changed
+24
-5
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/webstreams
- test/parallel
Expand file treeCollapse file tree
4 files changed
+24
-5
lines changedOpen diff view settings
Collapse file
+6Lines changed: 6 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
319 | 319 | |
320 | 320 | |
321 | 321 | |
| 322 | + |
| 323 | + |
| 324 | + |
322 | 325 | |
323 | 326 | |
324 | 327 | |
| ||
427 | 430 | |
428 | 431 | |
429 | 432 | |
| 433 | + |
| 434 | + |
| 435 | + |
430 | 436 | |
431 | 437 | |
432 | 438 | |
|
Collapse file
+8-2Lines changed: 8 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1478 | 1478 | |
1479 | 1479 | |
1480 | 1480 | |
| 1481 | + |
| 1482 | + |
| 1483 | + |
1481 | 1484 | |
1482 | 1485 | |
1483 | 1486 | |
1484 | 1487 | |
1485 | 1488 | |
1486 | 1489 | |
1487 | 1490 | |
1488 | | - |
| 1491 | + |
1489 | 1492 | |
1490 | 1493 | |
1491 | 1494 | |
| ||
1518 | 1521 | |
1519 | 1522 | |
1520 | 1523 | |
| 1524 | + |
| 1525 | + |
| 1526 | + |
1521 | 1527 | |
1522 | 1528 | |
1523 | 1529 | |
1524 | 1530 | |
1525 | 1531 | |
1526 | 1532 | |
1527 | 1533 | |
1528 | | - |
| 1534 | + |
1529 | 1535 | |
1530 | 1536 | |
1531 | 1537 | |
|
Collapse file
lib/internal/webstreams/compression.js
Copy file name to clipboardExpand all lines: lib/internal/webstreams/compression.js+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
40 | 41 | |
41 | 42 | |
42 | 43 | |
43 | | - |
| 44 | + |
44 | 45 | |
45 | 46 | |
46 | 47 | |
| ||
57 | 58 | |
58 | 59 | |
59 | 60 | |
| 61 | + |
| 62 | + |
| 63 | + |
60 | 64 | |
61 | 65 | |
62 | 66 | |
| ||
90 | 94 | |
91 | 95 | |
92 | 96 | |
93 | | - |
| 97 | + |
94 | 98 | |
95 | 99 | |
96 | 100 | |
| ||
111 | 115 | |
112 | 116 | |
113 | 117 | |
| 118 | + |
| 119 | + |
| 120 | + |
114 | 121 | |
115 | 122 | |
116 | 123 | |
|
Collapse file
test/parallel/test-whatwg-webstreams-compression.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-webstreams-compression.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
0 commit comments