Commit 4ac6926
committed
feat(buffer): add some new function bindings.
- readBig(U)Int64(BE/LE)
- subarray(ToEnd)
NOTE: Buffer.slice is now deprecated (since node 16.x LTS)
Refs.
=======
- https://nodejs.org/docs/latest-v16.x/api/buffer.html#bufslicestart-end1 parent c198733 commit 4ac6926
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
275 | 287 | | |
276 | 288 | | |
277 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
278 | 293 | | |
279 | 294 | | |
280 | 295 | | |
| |||
0 commit comments