aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/usb/requestdevice/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/usb/requestdevice/index.html')
-rw-r--r--files/ru/web/api/usb/requestdevice/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/usb/requestdevice/index.html b/files/ru/web/api/usb/requestdevice/index.html
index 0d3a34f697..fc8257f9f8 100644
--- a/files/ru/web/api/usb/requestdevice/index.html
+++ b/files/ru/web/api/usb/requestdevice/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/USB/requestDevice
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate"><em>USB</em>.requestDevice([<em>filters</em>])</pre>
+<pre class="syntaxbox"><em>USB</em>.requestDevice([<em>filters</em>])</pre>
<h3 id="Параметры">Параметры</h3>
@@ -45,7 +45,7 @@ translation_of: Web/API/USB/requestDevice
<p>Количество фильтров не определяет количество устройств, показываемых браузером. Например, если найдено только USB-устройство с product ID <code>0xa800</code>, браузер отобразит только одно устройство. Но, если браузер определит два устройства, совпадающих с первым фильтром, и ещё одно, совпадающее со вторым, будут показаны все три устройства.</p>
-<pre class="brush: js notranslate">const filters = [
+<pre class="brush: js">const filters = [
        {vendorId: 0x1209, productId: 0xa800},
  {vendorId: 0x1209, productId: 0xa850}
      ];