Body Mixin text() is supposed to return USVString
#39804
Comments
text() is supposed to return USVString
|
To be fully compliant, yes we likely need to. |
|
Should I take this issue up? |
|
just notice I also wonder what the diffrent is between USVString and a "normal" string is and doing |
|
Anyone currently working on this issue? If not, can I try to solve it? |
|
Hi @ronag I am working on this issue. I could see the |
Readable web stream returns strings. Where it supposed to return usvstring. This change will fix the issue Fixes: nodejs#39804 Refs: https://fetch.spec.whatwg.org/#body-mixin
Added test cases for the code changes. Fixes: nodejs#39804 Refs: https://fetch.spec.whatwg.org/#body-mixin
https://fetch.spec.whatwg.org/#body-mixin
@jasnell I think the
Bloband consumer helpertext()methods need to run throughtoUSVStringwhich is used in theurlmodule?The text was updated successfully, but these errors were encountered: