Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-12 | reset string decoder on end (#1782) | 1 | -1/+22 | ||
2023-01-04 | 10x faster `new Buffer` (#1717) | 1 | -2/+2 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-02 | Support any `ArrayBufferView` in StringDecoder | 1 | -10/+20 | ||
2022-12-06 | add base64url switch case | 1 | -3/+6 | ||
2022-11-25 | Upgrade WebKit | 1 | -20/+33 | ||
2022-09-06 | Add native ReadableState (#1210) | 1 | -10/+0 | ||
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property | |||||
2022-09-01 | Add native StringDecoder (#1188) | 1 | -0/+426 | ||
* Add native StringDecoder * fix upon reviews * add Constructor and use LazyClassStructure |