| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6d02bd6 commit 4bb0f30
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1964,6 +1964,10 @@ The full list of formats can be found in [modifiers][]. | |||
| 1964 | 1964 | ||
| 1965 | 1965 | <!-- YAML | |
| 1966 | 1966 | added: v8.3.0 | |
| 1967 | + changes: | ||
| 1968 | + - version: v11.0.0 | ||
| 1969 | + pr-url: https://github.com/nodejs/node/pull/22281 | ||
| 1970 | + description: The class is now available on the global object. | ||
| 1967 | 1971 | --> | |
| 1968 | 1972 | ||
| 1969 | 1973 | An implementation of the [WHATWG Encoding Standard][] `TextDecoder` API. | |
@@ -2042,14 +2046,6 @@ is not supported. | |||
| 2042 | 2046 | ||
| 2043 | 2047 | ### `new TextDecoder([encoding[, options]])` | |
| 2044 | 2048 | ||
| 2045 | - <!-- YAML | ||
| 2046 | - added: v8.3.0 | ||
| 2047 | - changes: | ||
| 2048 | - - version: v11.0.0 | ||
| 2049 | - pr-url: https://github.com/nodejs/node/pull/22281 | ||
| 2050 | - description: The class is now available on the global object. | ||
| 2051 | - --> | ||
| 2052 | - | ||
| 2053 | 2049 | * `encoding` {string} Identifies the `encoding` that this `TextDecoder` instance | |
| 2054 | 2050 | supports. **Default:** `'utf-8'`. | |
| 2055 | 2051 | * `options` {Object} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments