aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-10-02 00:48:46 +0000
committerMDN <actions@users.noreply.github.com>2021-10-02 00:48:46 +0000
commit589e24fc829e1a5ff9827985f453720a4a6c804e (patch)
tree6c288a0033eb6e20b75a082a92839f1ce4c695db /files/ru/web/api/window
parente37aebdf4ed894fbf9f917ccb5b4b4d0ddbdfb32 (diff)
downloadtranslated-content-589e24fc829e1a5ff9827985f453720a4a6c804e.tar.gz
translated-content-589e24fc829e1a5ff9827985f453720a4a6c804e.tar.bz2
translated-content-589e24fc829e1a5ff9827985f453720a4a6c804e.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru/web/api/window')
-rw-r--r--files/ru/web/api/window/crypto/index.html45
1 files changed, 0 insertions, 45 deletions
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
----
-<p>{{APIRef}}</p>
-
-<p>{{domxref("Window.crypto")}} даёт доступ к интерфейсу {{domxref("Crypto")}}. Этот интерфейс предоставляет веб-странице доступ к встроенным в браузер возможностям криптографии.</p>
-
-<h2 id="Синтаксис">Синтаксис</h2>
-
-<pre class="syntaxbox">var <em>cryptoObj</em> = window.crypto || window.msCrypto; // для IE 11
-</pre>
-
-<h2 id="Specification" name="Specification">Спецификации</h2>
-
-<table class="spec-table standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('Web Crypto API')}}</td>
- <td>{{Spec2('Web Crypto API')}}</td>
- <td>Стабильное API</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Реализация_в_браузерах">Реализация в браузерах</h2>
-
-<p>{{Compat("api.Window.crypto")}}</p>
-
-<h2 id="Смотрите_также">Смотрите также</h2>
-
-<ul>
- <li>глобальный объект {{domxref("Window")}} </li>
-</ul>