-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: remove duplicate buffer info calls (#1354)
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.
- Loading branch information
1 parent
16a18c0
commit fa3518b
Showing
2 changed files
with
11 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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