| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The constructor of the Uint8Array has called napi_get_typed_array_info, which should be identical to napi_get_buffer_info. Remove the duplicated napi_get_buffer_info call.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The constructor of the Uint8Array has called napi_get_typed_array_info,
which should be identical to napi_get_buffer_info. Remove the duplicated
napi_get_buffer_info call.
Refs: nodejs/node#48742