Extract LiteBuffer
polyfill to a sperate rsocket-litebuffer
package
#112
Labels
Milestone
LiteBuffer
polyfill to a sperate rsocket-litebuffer
package
#112
Motivation
Currently, RSocket-Core implicitly brings a
Buffer
polyfill calledLiteBuffer
which is a minimalistic implementation of the NodeBuffer
and has a limited functionality surface to satisfy rsocket-js needs. Though it might be enough for us, for others it may be a limitation point that prevents implementing required business logic.Desired solution
For that purpose, we have to separate
LiteBuffer
from the core to an external module and allow the user to bring the desiredBuffer
polyfill explicitly in the project dependenciesAdditional context
For more info see #110
The text was updated successfully, but these errors were encountered: