diff options
author | yyss <yyss@users.noreply.github.com> | 2021-09-11 01:39:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 01:39:59 +0900 |
commit | dafb536ea72112975554aa9772dc363e84e890a1 (patch) | |
tree | 36d4181ff6d08693b65d7bb9a76a0a34fe31d923 /files/ja/mozilla | |
parent | e7ab483a1b9adb09a25562d6e1ea67bedc270f87 (diff) | |
download | translated-content-dafb536ea72112975554aa9772dc363e84e890a1.tar.gz translated-content-dafb536ea72112975554aa9772dc363e84e890a1.tar.bz2 translated-content-dafb536ea72112975554aa9772dc363e84e890a1.zip |
Firefox 91 for developers を更新 (#2412)
Aug 31, 2021 の英語版に対応。
Diffstat (limited to 'files/ja/mozilla')
-rw-r--r-- | files/ja/mozilla/firefox/releases/91/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/mozilla/firefox/releases/91/index.html b/files/ja/mozilla/firefox/releases/91/index.html index 44e62cdb71..bd51ce7152 100644 --- a/files/ja/mozilla/firefox/releases/91/index.html +++ b/files/ja/mozilla/firefox/releases/91/index.html @@ -41,7 +41,7 @@ tags: <ul>
<li>{{jsxref("Intl/DateTimeFormat/formatRange", "Intl.DateTimeFormat.prototype.formatRange()")}} および {{jsxref("Intl/DateTimeFormat/formatRangeToParts", "Intl.DateTimeFormat.prototype.formatRangeToParts()")}} を、Release ビルドでサポートしました。<code>formatRange()</code> メソッドは、2 つの {{jsxref("Date")}} オブジェクトの間の期間をローカライズおよび整形した文字列で返します (例: "21/01/05 – 21/01/10")。<code>formatRangeToParts()</code> メソッドは、整形された期間のロケール固有の<em>部品</em>を持つ配列を返します ({{bug(1653024)}})。</li>
<li>{{jsxref("Intl/DateTimeFormat/DateTimeFormat", "Intl.DateTimeFormat() コンストラクター")}} が、タイムゾーンの表示方法を整形するための <code>timeZoneName</code> オプションを新たに 4 種類受け入れるようになりました。これにはローカライズされた GMT 形式の <code>shortOffset</code> および <code>longOffset</code> と、一般的な非ロケーション形式の <code>shortGeneric</code> および <code>longGeneric</code> が含まれます ({{bug(1653024)}})。</li>
- <li>{{jsxref("Global_Objects/Error/Error", "Error() コンストラクター")}} が、<code>option</code> 引数の値として <code>cause</code> をとれるようになりました。これはコードがエラーをキャッチして、元のエラーやスタックトレースを持つ新たなバージョン、または変更したバージョンのエラーを発生させることができます ({{bug(1653024)}})。</li>
+ <li>{{jsxref("Global_Objects/Error/Error", "Error() コンストラクター")}} が、<code>option</code> 引数の値として <code>cause</code> をとれるようになりました。これはコードがエラーをキャッチして、元のエラーやスタックトレースを持つ新たなバージョン、または変更したバージョンのエラーを発生させることができます ({{bug(1679653)}})。</li>
</ul>
|