From b70e1c5047a716aa587abd786a6aa1d197140f5d Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 14 Dec 2021 00:54:59 +0000 Subject: [CRON] sync translated content --- files/ru/web/api/usb/connect_event/index.html | 31 ++++++++++++++++++++++++ files/ru/web/api/usb/disconnect_event/index.html | 31 ++++++++++++++++++++++++ files/ru/web/api/usb/onconnect/index.html | 30 ----------------------- files/ru/web/api/usb/ondisconnect/index.html | 30 ----------------------- 4 files changed, 62 insertions(+), 60 deletions(-) create mode 100644 files/ru/web/api/usb/connect_event/index.html create mode 100644 files/ru/web/api/usb/disconnect_event/index.html delete mode 100644 files/ru/web/api/usb/onconnect/index.html delete mode 100644 files/ru/web/api/usb/ondisconnect/index.html (limited to 'files/ru/web/api') diff --git a/files/ru/web/api/usb/connect_event/index.html b/files/ru/web/api/usb/connect_event/index.html new file mode 100644 index 0000000000..b296f6b974 --- /dev/null +++ b/files/ru/web/api/usb/connect_event/index.html @@ -0,0 +1,31 @@ +--- +title: USB.onconnect +slug: Web/API/USB/connect_event +tags: + - API + - Method + - Reference + - USB + - WebUSB + - WebUSB API + - onconnect +translation_of: Web/API/USB/onconnect +original_slug: Web/API/USB/onconnect +--- +

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

+ +

Свойство onconnect интерфейса {{DOMxRef("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство подключается.

+ +

Синтаксис

+ +
USB.onconnect = connectFunction
+ +

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

+ +{{Specifications}} + +

Совместимость с браузерами

+ + + +

{{Compat}}

diff --git a/files/ru/web/api/usb/disconnect_event/index.html b/files/ru/web/api/usb/disconnect_event/index.html new file mode 100644 index 0000000000..06e850bb5f --- /dev/null +++ b/files/ru/web/api/usb/disconnect_event/index.html @@ -0,0 +1,31 @@ +--- +title: USB.ondisconnect +slug: Web/API/USB/disconnect_event +tags: + - API + - Method + - Reference + - USB + - WebUSB + - WebUSB API + - ondisconnect +translation_of: Web/API/USB/ondisconnect +original_slug: Web/API/USB/ondisconnect +--- +

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

+ +

Свойство ondisconnect интерфейса {{domxref("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство отключается.

+ +

Синтаксис

+ +
USB.ondisconnect = disconnectFunction
+ +

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

+ +{{Specifications}} + +

Совместимость с браузерами

+ + + +

{{Compat}}

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 ---- -

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

- -

Свойство onconnect интерфейса {{DOMxRef("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство подключается.

- -

Синтаксис

- -
USB.onconnect = connectFunction
- -

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

- -{{Specifications}} - -

Совместимость с браузерами

- - - -

{{Compat}}

diff --git a/files/ru/web/api/usb/ondisconnect/index.html b/files/ru/web/api/usb/ondisconnect/index.html deleted file mode 100644 index d9e18286f0..0000000000 --- a/files/ru/web/api/usb/ondisconnect/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: USB.ondisconnect -slug: Web/API/USB/ondisconnect -tags: - - API - - Method - - Reference - - USB - - WebUSB - - WebUSB API - - ondisconnect -translation_of: Web/API/USB/ondisconnect ---- -

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

- -

Свойство ondisconnect интерфейса {{domxref("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство отключается.

- -

Синтаксис

- -
USB.ondisconnect = disconnectFunction
- -

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

- -{{Specifications}} - -

Совместимость с браузерами

- - - -

{{Compat}}

-- cgit v1.2.3-54-g00ecf