From 589e24fc829e1a5ff9827985f453720a4a6c804e Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 2 Oct 2021 00:48:46 +0000 Subject: [CRON] sync translated content --- files/ru/web/api/crypto_property/index.html | 46 +++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/ru/web/api/crypto_property/index.html (limited to 'files/ru/web/api/crypto_property') diff --git a/files/ru/web/api/crypto_property/index.html b/files/ru/web/api/crypto_property/index.html new file mode 100644 index 0000000000..b0d9a3d849 --- /dev/null +++ b/files/ru/web/api/crypto_property/index.html @@ -0,0 +1,46 @@ +--- +title: Window.crypto +slug: Web/API/crypto_property +tags: + - API + - Нужно описание + - Нужны примеры + - Совместимость +translation_of: Web/API/Window/crypto +original_slug: Web/API/Window/crypto +--- +

{{APIRef}}

+ +

{{domxref("Window.crypto")}} даёт доступ к интерфейсу {{domxref("Crypto")}}. Этот интерфейс предоставляет веб-странице доступ к встроенным в браузер возможностям криптографии.

+ +

Синтаксис

+ +
var cryptoObj = window.crypto || window.msCrypto; // для IE 11
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('Web Crypto API')}}{{Spec2('Web Crypto API')}}Стабильное API
+ +

Реализация в браузерах

+ +

{{Compat("api.Window.crypto")}}

+ +

Смотрите также

+ + -- cgit v1.2.3-54-g00ecf