diff options
author | mongolyy <mongolyy@gmail.com> | 2022-03-12 13:18:20 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-12 21:36:02 +0900 |
commit | e58841cda527eabdd6bbc36007e75bb7b846d89a (patch) | |
tree | f0b1288784c340e16c846afa2b872c7bb6e8d040 /files/ja | |
parent | a96f7b08aee032f0010e389663c5732b84949e9a (diff) | |
download | translated-content-e58841cda527eabdd6bbc36007e75bb7b846d89a.tar.gz translated-content-e58841cda527eabdd6bbc36007e75bb7b846d89a.tar.bz2 translated-content-e58841cda527eabdd6bbc36007e75bb7b846d89a.zip |
Update files/ja/web/api/cookiestore/get/index.md
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/api/cookiestore/get/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/cookiestore/get/index.md b/files/ja/web/api/cookiestore/get/index.md index 5ca96ed26a..bdcc07da9a 100644 --- a/files/ja/web/api/cookiestore/get/index.md +++ b/files/ja/web/api/cookiestore/get/index.md @@ -11,7 +11,7 @@ browser-compat: api.CookieStore.get --- {{securecontext_header}}{{DefaultAPISidebar("Cookie Store API")}} -{{Domxref("CookieStore")}} インターフェイスの **`get()`** メソッドは、与えられた名前またはオプションオブジェクトを持つ1つの Cookie を返します(下記参照)。このメソッドは渡されたパラメータに最初にマッチする Cookie を返します。 +{{Domxref("CookieStore")}} インターフェイスの **`get()`** メソッドは、与えられた名前またはオプションオブジェクトを持つ 1 つの Cookie を返します(下記参照)。このメソッドは渡されたパラメータに最初にマッチする Cookie を返します。 ## 構文 |