When building webnative, we have to inject the Buffer class from the buffer library when building for node.
With this PR, that won't be necessary anymore. Instead, the bloom-filters library will just use the buffer library. In node, it'll just expose the node-native Buffer class.
When building
webnative
, we have to inject theBuffer
class from thebuffer
library when building for node.With this PR, that won't be necessary anymore. Instead, the bloom-filters library will just use the
buffer
library. In node, it'll just expose the node-native Buffer class.