aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/navigator/locks/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/navigator/locks/index.html')
-rw-r--r--files/ja/web/api/navigator/locks/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/files/ja/web/api/navigator/locks/index.html b/files/ja/web/api/navigator/locks/index.html
new file mode 100644
index 0000000000..8197eaaec3
--- /dev/null
+++ b/files/ja/web/api/navigator/locks/index.html
@@ -0,0 +1,47 @@
+---
+title: Navigator.locks
+slug: Web/API/Navigator/locks
+tags:
+ - API
+ - Experimental
+ - LockManager
+ - Property
+ - Reference
+ - Web Locks API
+ - locks
+translation_of: Web/API/Navigator/locks
+---
+<p>{{SeeCompatTable}}{{APIRef("Web Locks")}}</p>
+
+<p><span class="seoSummary">{{domxref("Navigator")}} インターフェイスの <strong><code>locks</code></strong> 読み取り専用プロパティは、新しい{{domxref('Lock')}} オブジェクトを要求するためのメソッドを提供する {{domxref("LockManager")}} オブジェクトを返します。既存の <code>Lock</code> オブジェクトを照会します。</span></p>
+
+<h2 id="構文">構文</h2>
+
+<pre class="syntaxbox notranslate">var <var>lockManager</var> = Navigator.locks</pre>
+
+<h3 id="値">値</h3>
+
+<p>{{domxref("LockManager")}} オブジェクト。</p>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">ステータス</th>
+ <th scope="col">備考</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('Web Locks','#navigator-mixins','locks')}}</td>
+ <td>{{Spec2('Web Locks')}}</td>
+ <td>初回定義。</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー実装状況">ブラウザー実装状況</h2>
+
+
+
+<p>{{Compat("api.Navigator.locks")}}</p>