| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 96926ce commit d48348a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1998,6 +1998,10 @@ The full list of formats can be found in [modifiers][]. | |||
| 1998 | 1998 | ||
| 1999 | 1999 | <!-- YAML | |
| 2000 | 2000 | added: v8.3.0 | |
| 2001 | + changes: | ||
| 2002 | + - version: v11.0.0 | ||
| 2003 | + pr-url: https://github.com/nodejs/node/pull/22281 | ||
| 2004 | + description: The class is now available on the global object. | ||
| 2001 | 2005 | --> | |
| 2002 | 2006 | ||
| 2003 | 2007 | An implementation of the [WHATWG Encoding Standard][] `TextDecoder` API. | |
@@ -2076,14 +2080,6 @@ is not supported. | |||
| 2076 | 2080 | ||
| 2077 | 2081 | ### `new TextDecoder([encoding[, options]])` | |
| 2078 | 2082 | ||
| 2079 | - <!-- YAML | ||
| 2080 | - added: v8.3.0 | ||
| 2081 | - changes: | ||
| 2082 | - - version: v11.0.0 | ||
| 2083 | - pr-url: https://github.com/nodejs/node/pull/22281 | ||
| 2084 | - description: The class is now available on the global object. | ||
| 2085 | - --> | ||
| 2086 | - | ||
| 2087 | 2083 | * `encoding` {string} Identifies the `encoding` that this `TextDecoder` instance | |
| 2088 | 2084 | supports. **Default:** `'utf-8'`. | |
| 2089 | 2085 | * `options` {Object} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments