blob: 8197eaaec337685caa143f093f3d817c5dd8f920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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>
|