Remove extra article
This commit is contained in:
parent
b300836f00
commit
6e708372c4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
What if the binary data is actually a string? For instance, we received a file with textual data.
|
||||
|
||||
The build-in [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) object allows to read the value into an an actual JavaScript string, given the buffer and the encoding.
|
||||
The build-in [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) object allows to read the value into an actual JavaScript string, given the buffer and the encoding.
|
||||
|
||||
We first need to create it:
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue