diff options
Diffstat (limited to 'files/ja/web/api/textencoder/index.html')
-rw-r--r-- | files/ja/web/api/textencoder/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/textencoder/index.html b/files/ja/web/api/textencoder/index.html index 75ce52dea7..5fa765754a 100644 --- a/files/ja/web/api/textencoder/index.html +++ b/files/ja/web/api/textencoder/index.html @@ -148,7 +148,7 @@ console.log(view); // Uint8Array(3) [226, 130, 172] <ul> <li>逆の操作を表す {{DOMxRef("TextDecoder")}} インターフェイス。</li> <li><a href="/ja/Add-ons/Code_snippets/StringView" title="Web/JavaScript/Typed_arrays/StringView"><code>StringView</code></a> – typed array による、C ライクな文字列の表現</li> - <li>非サポートブラウザーでもこのインターフェイスを使用可能にする <a href="https://github.com/inexorabletash/text-encoding" title="http://code.google.com/p/stringencoding/">shim</a>。</li> + <li>非サポートブラウザーでもこのインターフェイスを使用可能にする <a href="https://github.com/inexorabletash/text-encoding">shim</a>。</li> <li><code><a href="/ja/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.importGlobalProperties">Components.utils.importGlobalProperties</a></code></li> <li><a href="https://nodejs.org/api/util.html#util_class_util_textencoder">Node.js supports global export from v11.0.0</a></li> </ul> |