aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/usb/onconnect/index.html
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-12-14 00:54:59 +0000
committerMDN <actions@users.noreply.github.com>2021-12-14 00:54:59 +0000
commitb70e1c5047a716aa587abd786a6aa1d197140f5d (patch)
tree5c7a4c345b594b5d39ea51456714ef33d125faf9 /files/ru/web/api/usb/onconnect/index.html
parent70879fc7f55b999a7f5591415c356ca9f0c2cca6 (diff)
downloadtranslated-content-b70e1c5047a716aa587abd786a6aa1d197140f5d.tar.gz
translated-content-b70e1c5047a716aa587abd786a6aa1d197140f5d.tar.bz2
translated-content-b70e1c5047a716aa587abd786a6aa1d197140f5d.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru/web/api/usb/onconnect/index.html')
-rw-r--r--files/ru/web/api/usb/onconnect/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/ru/web/api/usb/onconnect/index.html b/files/ru/web/api/usb/onconnect/index.html
deleted file mode 100644
index 8b60c4b889..0000000000
--- a/files/ru/web/api/usb/onconnect/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: USB.onconnect
-slug: Web/API/USB/onconnect
-tags:
- - API
- - Method
- - Reference
- - USB
- - WebUSB
- - WebUSB API
- - onconnect
-translation_of: Web/API/USB/onconnect
----
-<p>{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}</p>
-
-<p>Свойство <strong><code>onconnect</code></strong> интерфейса {{DOMxRef("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство подключается.</p>
-
-<h2 id="Синтаксис">Синтаксис</h2>
-
-<pre class="syntaxbox"><em>USB</em>.onconnect = <em>connectFunction</em></pre>
-
-<h2 id="Спецификации">Спецификации</h2>
-
-{{Specifications}}
-
-<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-
-
-
-<p>{{Compat}}</p>