bl icon indicating copy to clipboard operation
bl copied to clipboard

Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!

Results 13 bl issues
Sort by recently updated
recently updated
newest added

Following what has been discussed inside #114 with @piranna and @rvagg, I tried to apply some changes so that BufferList.d.ts could be used just like: ```typescript // CommonJS const {...

Hey @rvagg, I know that in #108 we said to add a `.editorconfig` file, but sadly its options are limited for Javascript (for example, semi-colons). So I opted in for...

looking to reduce our sup dependencies, are you willing to accept a PR that switches the code space to newer class \w extend?

So I am using a third party library which returns your BufferList. My own code has an existing "buffering" mechanism which largely reproduces the functions of BufferList— I have a...

Hi, I found myself using your BufferList today. I was initially very confused because the docs mostly assume node.js and I am developing for browser. I needed a `Uint8Array` but...

Added join function defragments BufferList items into one big buffer.

Like consume() but you can seek backwards. Eg. seek(10), seek(0).

Any plans/wants for comparing buffer lists without having to convert to buffer and then compare?

see https://github.com/rvagg/bl/pull/51#issuecomment-374968687. Sad note, those might require more work as some of the dev dependencies have disappeared.

I have a use case, where I create a `BufferList` that is piped to a processor. I want to be able to setup the `bl.pipe(processor)` before I even start to...