From bc622146e4b6217e1b1e4acf6f2e172b2d09beb5 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:09:21 +0900 Subject: orphaned/Web/API 以下の廃止が確認できたAPIの記事を削除 (#2340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/api/userproximityevent/near/index.html | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 files/ja/orphaned/web/api/userproximityevent/near/index.html (limited to 'files/ja/orphaned/web/api/userproximityevent') diff --git a/files/ja/orphaned/web/api/userproximityevent/near/index.html b/files/ja/orphaned/web/api/userproximityevent/near/index.html deleted file mode 100644 index 4350a1e377..0000000000 --- a/files/ja/orphaned/web/api/userproximityevent/near/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: UserProximityEvent.near -slug: orphaned/Web/API/UserProximityEvent/near -tags: - - B2G - - Firefox OS - - Proximity - - WebAPI -translation_of: Web/API/UserProximityEvent/near -original_slug: Web/API/UserProximityEvent/near ---- -

{{APIRef("Proximity Events")}}{{obsolete_header}}

- -

near プロパティは、デバイスの近くにものがあるかどうか(※近接センサーによる)を示す真偽値を返します。ある場合は true が、無い場合は false が返ります。

- -

構文

- -
var near = instanceOfUserProximityEvent.near;
- -

- -

真偽値

- -

仕様

- - - - - - - - - - - - - - - - -
仕様書策定状況コメント
{{SpecName('Proximity Events', '#user-proximity', 'Proximity Events')}}{{Spec2('Proximity Events')}}最初期の定義
- -

ブラウザ実装状況

- - - -

{{Compat("api.UserProximityEvent.near")}}

- -

関連情報

- - -- cgit v1.2.3-54-g00ecf