-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SafeBuffer support (up to 6.1.0) #318
Conversation
241a024
to
b258efb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. A small nit on version number
Oh. You hit the jackpot, It's rust update date today. Can you create another PR to update clipping rules? Thanks |
Some clippy errors, will fix and include |
@sehz done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Great job
Reason
No way to use
ArrayBuffer
in context ofelectron
Subject
Adds supporting of
SafeBuffer
. Unfortunatelyelectron
has restrictions to useArrayBuffer
as a workaround can be usedSafeBuffer
.Realations