FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove duplicate buffer info calls by legendecas · Pull Request #1354 · nodejs/node-addon-api · GitHub

src: remove duplicate buffer info calls - #1354

Merged
legendecas merged 1 commit into
nodejs:mainfrom
legendecas:buffer-info
Jul 27, 2023
Merged

src: remove duplicate buffer info calls#1354
legendecas merged 1 commit into
nodejs:mainfrom
legendecas:buffer-info

Conversation

legendecas commented Jul 21, 2023
edited
Loading

Copy link
Copy Markdown
Member

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

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.
legendecas marked this pull request as ready for review July 21, 2023 15:09

mhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

KevinEady left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL