Skip to content

feat: add support for SharedArrayBuffer in TypedArray and TypedArrayOf#1731

Open
KevinEady wants to merge 1 commit into
nodejs:mainfrom
KevinEady:support-sharedarraybuffer-in-typedarray
Open

feat: add support for SharedArrayBuffer in TypedArray and TypedArrayOf#1731
KevinEady wants to merge 1 commit into
nodejs:mainfrom
KevinEady:support-sharedarraybuffer-in-typedarray

Conversation

@KevinEady
Copy link
Copy Markdown
Contributor

@KevinEady KevinEady commented May 21, 2026

Add support for SharedArrayBuffer in TypedArray and TypedArrayOf<T>.

Fixes: #1730

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 63.69%. Comparing base (f65113b) to head (3de1889).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
napi-inl.h 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1731      +/-   ##
==========================================
+ Coverage   63.65%   63.69%   +0.03%     
==========================================
  Files           3        3              
  Lines        2058     2063       +5     
  Branches      729      730       +1     
==========================================
+ Hits         1310     1314       +4     
  Misses        162      162              
- Partials      586      587       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Need Triage

Development

Successfully merging this pull request may close these issues.

Add SharedArrayBuffer support in Napi::TypedArray

2 participants