Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. TextEncoderStream
  4. encoding

TextEncoderStream: encoding property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨September 2022⁩.

Note: This feature is available inWeb Workers.

Theencoding read-only property of theTextEncoderStream interface returns astring containing the name of the encoding algorithm used by the currentTextEncoderStream object.

Value

A string containingutf-8 encoded data.

Examples

The following example demonstrates how to returnencoding from aTextEncoderStream object.

js
const stream = new TextEncoderStream();console.log(stream.encoding);

Specifications

Specification
Encoding
# dom-textencoder-encoding

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp