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
We should rely more on the standard "buffer.js" code from Node and less on custom Java code. That way it is less work to stay compatible. That means implementing "SlowBuffer" and "Buffer" just like Node 10.
The text was updated successfully, but these errors were encountered:
The solution to this problem was to continue to manage the guts of the buffer ourselves, but to use the function prototypes from the buffer.js file, with some changes so that we could do this. The result is better compatibility with all of the little checks and things that the tests require.
We should rely more on the standard "buffer.js" code from Node and less on custom Java code. That way it is less work to stay compatible. That means implementing "SlowBuffer" and "Buffer" just like Node 10.
The text was updated successfully, but these errors were encountered: