Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep input bytes from Decoder #6

Closed
hildjj opened this issue Mar 11, 2014 · 2 comments
Closed

Keep input bytes from Decoder #6

hildjj opened this issue Mar 11, 2014 · 2 comments

Comments

@hildjj
Copy link
Owner

hildjj commented Mar 11, 2014

When reading from a Decoder, add an option not to discard the bytes from the input. The callback would then get a JavaScript object as well as the bytes that were decoded. This would be used in situations where you want to process the JS, then pass the bytes along unmodified.

hildjj added a commit that referenced this issue Mar 24, 2014
…tream, have BufferStream emit an event on read - this last might be used for issue #6, for example.
@ashisherc
Copy link

I think this #113 is related to this issue

@hildjj
Copy link
Owner Author

hildjj commented Sep 29, 2021

I think {extendedResults: true} in the options does close enough to this.

@hildjj hildjj closed this as completed Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants