| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d81c67b commit 79d4f28
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,10 +134,10 @@ changes: | |||
| 134 | 134 | Type: Runtime (supports [`--pending-deprecation`][]) | |
| 135 | 135 | ||
| 136 | 136 | The `Buffer()` function and `new Buffer()` constructor are deprecated due to | |
| 137 | - API usability issues that can potentially lead to accidental security issues. | ||
| 137 | + API usability issues that can lead to accidental security issues. | ||
| 138 | 138 | ||
| 139 | - As an alternative, use of the following methods of constructing `Buffer` objects | ||
| 140 | - is strongly recommended: | ||
| 139 | + As an alternative, use one of the following methods of constructing `Buffer` | ||
| 140 | + objects: | ||
| 141 | 141 | ||
| 142 | 142 | * [`Buffer.alloc(size[, fill[, encoding]])`][alloc] - Create a `Buffer` with | |
| 143 | 143 | *initialized* memory. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments