We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93d6d7 commit 7de2ebcCopy full SHA for 7de2ebc
1 file changed
utf16.browser.js
@@ -1,4 +1,4 @@
1
-// We trust browsers to always have correct TextDecoder / TextEncoder for UTF-16 with ignoreBOM without streaming
+// We trust browsers to always have correct TextDecoder for utf-16le/utf-16be with ignoreBOM without streaming
2
3
import { encode as encodeJS } from './fallback/utf16.js'
4
import { isLE, E_STRING, E_STRICT_UNICODE } from './fallback/_utils.js'
0 commit comments