aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSStringDecoder.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12reset string decoder on end (#1782)Gravatar Dylan Conway 1-1/+5
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 1-9/+0
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property
2022-09-01Add native StringDecoder (#1188)Gravatar Zilin Zhu 1-0/+129
* Add native StringDecoder * fix upon reviews * add Constructor and use LazyClassStructure