diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-02 23:35:42 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-02 23:36:07 +0900 |
commit | 4671708265bd7c86e19716b220d08f19e11cbb98 (patch) | |
tree | 7f296338c46df78ebea51eb1a1fee4cef52b3026 /files | |
parent | 507df517bd8f360f8317b068c66bd58de10a3572 (diff) | |
download | translated-content-4671708265bd7c86e19716b220d08f19e11cbb98.tar.gz translated-content-4671708265bd7c86e19716b220d08f19e11cbb98.tar.bz2 translated-content-4671708265bd7c86e19716b220d08f19e11cbb98.zip |
Update index.md
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/api/request/credentials/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/request/credentials/index.md b/files/ja/web/api/request/credentials/index.md index 55262b1831..29003f5a5c 100644 --- a/files/ja/web/api/request/credentials/index.md +++ b/files/ja/web/api/request/credentials/index.md @@ -42,11 +42,11 @@ var myRequest = new Request('flowers.jpg'); var myCred = myRequest.credentials; // 既定では "same-origin" を返す ``` -## 仕様 +## 仕様書 {{Specifications}} -## ブラウザー実装状況 +## ブラウザーの互換性 {{Compat}} |