| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0649148 commit d79e7d6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,9 +15,9 @@ With [`TypedArray`] now available, the `Buffer` class implements the | |||
| 15 | 15 | Instances of the `Buffer` class are similar to arrays of integers but | |
| 16 | 16 | correspond to fixed-sized, raw memory allocations outside the V8 heap. | |
| 17 | 17 | The size of the `Buffer` is established when it is created and cannot be | |
| 18 | - resized. | ||
| 18 | + changed. | ||
| 19 | 19 | ||
| 20 | - The `Buffer` class is a global within Node.js, making it unlikely that one | ||
| 20 | + The `Buffer` class is within the global scope, making it unlikely that one | ||
| 21 | 21 | would need to ever use `require('buffer').Buffer`. | |
| 22 | 22 | ||
| 23 | 23 | Examples: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments