From 773b963e5762c87361e061900a2f5a8d0d1b646d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 14 May 2021 00:00:19 +0900 Subject: Learn/Getting_started_with_the_web/CSS_basics を更新 (#674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除 --- files/ja/web/api/window/pkcs11/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/window/pkcs11') diff --git a/files/ja/web/api/window/pkcs11/index.html b/files/ja/web/api/window/pkcs11/index.html index faa851a9d3..025288c852 100644 --- a/files/ja/web/api/window/pkcs11/index.html +++ b/files/ja/web/api/window/pkcs11/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/pkcs11

概要

pcks11 プロトコル に関連するドライバや他のソフトウェアをインストールするために用いられる pkcs11 オブジェクトを返します。

{{ 英語版章題("Syntax") }}

-

構文

+

構文

objRef = window.pkcs11
 

{{ 英語版章題("Example") }}

@@ -22,7 +22,7 @@ translation_of: Web/API/Window/pkcs11
 window.pkcs11.addModule(sMod, secPath, 0, 0);
 

{{ 英語版章題("Notes") }}

-

注記

+

pcks11 オブジェクトの扱い方についてのさらなる情報は、nsIDOMPkcs11 を参照してください。

{{ 英語版章題("Specification") }}

仕様

-- cgit v1.2.3-54-g00ecf