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/window/crypto/index.html | 45 ------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 files/ru/web/api/window/crypto/index.html (limited to 'files/ru/web/api/window') diff --git a/files/ru/web/api/window/crypto/index.html b/files/ru/web/api/window/crypto/index.html deleted file mode 100644 index 29854ed7ce..0000000000 --- a/files/ru/web/api/window/crypto/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Window.crypto -slug: Web/API/Window/crypto -tags: - - API - - Нужно описание - - Нужны примеры - - Совместимость -translation_of: 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