Commit 5f6579d
committed
buffer: remove raw & raws encoding
As `raw` and `raws` encodings are deprecated for such a long time, and
they both are undocumented, this patch removes the support for those
encodings completely.
Previous discussion: #2829
PR-URL: #2859
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 9aa6a43 commit 5f6579dCopy full SHA for 5f6579d
File tree
Expand file treeCollapse file tree
4 files changed
+3
-19
lines changedOpen diff view settings
Filter options
- lib
- src
- test/parallel
Expand file treeCollapse file tree
4 files changed
+3
-19
lines changedOpen diff view settings
Collapse file
-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
194 | 194 | |
195 | 195 | |
196 | 196 | |
197 | | - |
198 | 197 | |
199 | 198 | |
200 | 199 | |
| ||
260 | 259 | |
261 | 260 | |
262 | 261 | |
263 | | - |
264 | | - |
265 | | - |
266 | 262 | |
267 | 263 | |
268 | 264 | |
|
Collapse file
-12Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1217 | 1217 | |
1218 | 1218 | |
1219 | 1219 | |
1220 | | - |
1221 | | - |
1222 | | - |
1223 | | - |
1224 | | - |
1225 | | - |
1226 | | - |
1227 | | - |
1228 | | - |
1229 | | - |
1230 | | - |
1231 | | - |
1232 | 1220 | |
1233 | 1221 | |
1234 | 1222 | |
|
Collapse file
test/parallel/test-buffer-bytelength.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer-bytelength.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
|
Collapse file
test/parallel/test-file-read-noexist.js
Copy file name to clipboardExpand all lines: test/parallel/test-file-read-noexist.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
|
0 commit comments