You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes deprecated `SlowBuffer` support from the ref-napi library. `SlowBuffer` was deprecated in Node.js v6.0.0 and removed in later versions, making this legacy compatibility code unnecessary for modern Node.js versions.
**Key Changes:**
- Removed the `SlowBuffer` prototype extension block that copied Buffer methods to SlowBuffer
- Eliminated the conditional check for whether `SlowBuffer` inherits from `Buffer`
Fix: #1312
0 commit comments