| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/zh-CN/docs/Web/API/TextEncoderStream/TextEncoderStream | [Back] [Original] |
Get to know MDN better
new TextEncoderStream()
TextEncoderStream
const body = textStream.pipeThrough(new TextEncoderStream());
fetch("/dest", {
method: "POST",
body,
headers: { "Content-Type": "text/plain; charset=UTF-8" },
});
| Encoding # ref-for-dom-textencoderstream |
| Web Proxy Viewer | New URL | Original Page |