John

Results 20 comments of John

You would still be able to do it with the second alternative, there would just be an api for it. I still need to brainstorm how this api would look...

> > > > You would still be able to do it with the second alternative, there would just be an api for it. > > I still need to...

Please see: #351 for viewing api implementation.

This is `NAN` iirc 👍

You need to install the required packages using `npm i`. For this specific error that would be `npm i express`.

This sounds similar to chunking, is this what you mean?

Got some free time tonight, really hoping to get this done then :)

A u16 was used here cause theoretically the number only goes up and will never exceed `65535` versions, but I guess we could change this for the sake of consistency.

This is technically already supported internally, however this does add some refactoring and would require an API minor bump since this change would break the current API. I will look...