You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 4-binary/02-text-decoder/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Что если бинарные данные фактически являются строкой? Например, мы получили файл с текстовыми данными.
4
4
5
-
Встроенный [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) объект позволяет декодировать данные из бинарного буфера в обычную строку.
5
+
Встроенный объект [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) позволяет декодировать данные из бинарного буфера в обычную строку.
6
6
7
7
Для этого прежде всего нам нужно создать сам декодер:
0 commit comments