Uh oh!
There was an error while loading. Please reload this page.
doc: update buffer.constants.MAX_LENGTH - #38109
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@aduh95 I have documented changes in |
aduh95
left a comment
There was a problem hiding this comment.
LGTM with or without my suggestions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
targos
commented
Apr 11, 2021
Do you already know it won't land cleanly, or does it need to be adapted for the state of v14.x? |
aduh95
commented
Apr 11, 2021
@targos the value is different in v15.x and v14.x, I believe a manual backport is necessary to adjust the value on the v14.x branch. Maybe a |
jasnell
commented
Apr 12, 2021
Landed in 756d2e4 |
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Backport-PR-URL: nodejs#38232
This PR
buffer.constants.MAX_LENGTHfor different Node.js versions in 64-bit platform;v8::TypedArray::kMaxLengthas an informative note.Fixes: #38093