Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-20 | Update text-decoder.test.js | 1 | -1/+1 | ||
2023-07-20 | Pass constructor arguments to TextDecoder (#3692) | 1 | -0/+19 | ||
* Make TextDecoder constructor use options parameter The constructor now actually sets TextDecoder properties using the options parameter. * Defer decoder allocation to end of constructor * Verify types of TextDecoder options * TextDecoder throw TypeError on failure * Tidying | |||||
2023-03-07 | Reorganize tests (#2332) | 1 | -0/+243 | ||