Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-03 | feat(encoding): support BOM detection with test passed (#6074) | 1 | -0/+3 | ||
2023-09-21 | Revert "feat(encoding): support BOM detection (#5550)" | 1 | -3/+0 | ||
This reverts commit 5f66b4e729105286863a13955b1ed8897b45210e. This caused test failures in text-encoder. cc @WingLim | |||||
2023-09-20 | feat(encoding): support BOM detection (#5550) | 1 | -0/+3 | ||
* fix(encoding): export `getIgnoreBOM` * feat(encoding): support ignoreBOM * fix(encoding): not replace BOM to 0xFFFD * chore: use strict equal | |||||
2023-02-06 | Mark some things as not configurable | 1 | -0/+1 | ||
2022-11-08 | 20% faster TextDecoder on small inputs | 1 | -0/+5 | ||
2022-08-18 | Faster TextDecoder | 1 | -0/+25 | ||