aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/b2g_os/api/bluetoothmanager/onenabled/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/b2g_os/api/bluetoothmanager/onenabled/index.html')
-rw-r--r--files/ja/archive/b2g_os/api/bluetoothmanager/onenabled/index.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/files/ja/archive/b2g_os/api/bluetoothmanager/onenabled/index.html b/files/ja/archive/b2g_os/api/bluetoothmanager/onenabled/index.html
deleted file mode 100644
index ce4bc4e086..0000000000
--- a/files/ja/archive/b2g_os/api/bluetoothmanager/onenabled/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: BluetoothManager.onenabled
-slug: Archive/B2G_OS/API/BluetoothManager/onenabled
-tags:
- - API
- - Firefox OS
- - Non Standard
- - Property
- - Reference
- - Web Bluetooth
- - WebAPI
-translation_of: Archive/B2G_OS/API/BluetoothManager/onenabled
----
-<p></p><section class="Quick_links" id="Quick_Links"><ol><li><strong><a href="/ja/docs/Web/API/Web_Bluetooth_API">Web Bluetooth API</a></strong></li><li><strong><a href="/ja/docs/Web/API/Archive"><code>Archive</code></a></strong></li><li class="toggle"><details open><summary>Bluetooth API に関連するページ</summary><ol><li><a href="/ja/docs/Web/API/BluetoothAdvertisingData"><code>BluetoothAdvertisingData</code></a></li><li><a href="/ja/docs/Web/API/BluetoothDevice"><code>BluetoothDevice</code></a></li><li><a href="/ja/docs/Web/API/BluetoothGATTCharacteristic"><code>BluetoothGATTCharacteristic</code></a></li><li><a href="/ja/docs/Web/API/BluetoothGATTDescriptor"><code>BluetoothGATTDescriptor</code></a></li><li><a href="/ja/docs/Web/API/BluetoothGATTRemoteServer"><code>BluetoothGATTRemoteServer</code></a></li></ol></details></li></ol></section><p></p>
-
-<p></p><div class="overheadIndicator nonStandard nonStandardHeader">
- <p><strong><span title="この API は標準化されていません。"><i class="icon-warning-sign"> </i></span> 非標準</strong><br>
- この機能は現在 W3C の標準化のプロセスに乗っていませんが、Firefox OS プラットフォームではサポートされています。将来は動作が変わるかもしれませんし、他のブラウザーで広くサポートされているわけでもありませんが、Firefox OS アプリ専用のコードで使うには適しています。</p>
- </div><p></p>
-
-<p></p><div class="warning">
- <p style="text-align: center;">この API は <a href="/ja/docs/Mozilla/Firefox_OS/Security/Application_security">認定済みアプリ</a>のみ、 <a href="/ja/docs/Mozilla/Firefox_OS">Firefox OS</a> で有効になります。</p>
-</div><p></p>
-
-<h2 id="Summary" name="Summary">概要</h2>
-
-<p><code><a href="/ja/docs/Web/Reference/Events/enabled" title="/ja/docs/Web/Reference/Events/enabled">enabled</a></code> イベントを受け取るためのイベントリスナを指定します。このイベントはデバイス上でBluetoothが有効になった際に発生します。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox">navigator.mozBluetooth.onenabled = funcRef</pre>
-
-<p><code><em>funcRef</em></code> は <code><a href="/ja/docs/Web/Reference/Events/enabled" title="/ja/docs/Web/Reference/Events/enabled">enabled</a></code> イベントが発生した際に呼び出される関数です。</p>
-
-<h2 id="Specification" name="Specification">仕様</h2>
-
-<p>正式な仕様の一部ではありません。<a href="http://www.w3.org/2012/sysapps/">W3C's System Applications Working Group</a> で協議される必要があります。</p>
-
-<h2 id="参考">参考</h2>
-
-<ul>
- <li><a href="/ja/docs/Web/API/BluetoothManager_(Firefox_OS)" title="この項目についての文書はまだ書かれていません。書いてみませんか?"><code>BluetoothManager_(Firefox_OS)</code></a></li>
- <li><a href="/docs/WebAPI/WebBluetooth">Web Bluetooth</a></li>
- <li>The <a href="/docs/WebAPI/Settings" title="/en-US/docs/WebAPI/Settings">Settings API</a></li>
-</ul>