Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement ArrayBuffer overload of TextDecoder::decode. #13236
Closed
Labels
Comments
|
I'm trying to implement this.
and uncomment this line, and add
Since the former is not in the interface spec: https://encoding.spec.whatwg.org/#interface-textdecoder |
|
BufferSource is defined in the WebIDL spec, but our codegen can't handle the the ArrayBufferView or ArrayBuffer types yet. The first argument will need to stay as |
|
We have codegen for |
|
No codegen support yet. |
|
Duplicate of #20344. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocks #5601.
components/script/dom/textdecoder.rs./encoding/api-basics.html.