aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSStringDecoder.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25Upgrade WebKitGravatar Jarred Sumner 1-20/+33
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 1-10/+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/+426
* Add native StringDecoder * fix upon reviews * add Constructor and use LazyClassStructure