aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/encoding/text-decoder.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-03feat(encoding): support BOM detection with test passed (#6074)Gravatar WingLim 1-1/+23
2023-09-21Revert "feat(encoding): support BOM detection (#5550)"Gravatar Jarred Sumner 1-23/+1
This reverts commit 5f66b4e729105286863a13955b1ed8897b45210e. This caused test failures in text-encoder. cc @WingLim
2023-09-21PrettierGravatar Jarred Sumner 1-11/+10
2023-09-20feat(encoding): support BOM detection (#5550)Gravatar WingLim 1-1/+24
* fix(encoding): export `getIgnoreBOM` * feat(encoding): support ignoreBOM * fix(encoding): not replace BOM to 0xFFFD * chore: use strict equal
2023-09-16feat(encoding): TextDecoder support undefined (#5387)Gravatar WingLim 1-0/+5
* feat(encoding): TextDecoder support undefined * chore: format test file
2023-09-05fix text decode trim (#4495)Gravatar Dylan Conway 1-0/+14
* remove trim * separate function * a test * trim when `stream` is true --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-07-20Update text-decoder.test.jsGravatar Jarred Sumner 1-1/+1
2023-07-20Pass constructor arguments to TextDecoder (#3692)Gravatar Julian 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-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+243