Skip to content

Commit

Permalink
2023/04/07 時点の英語版に同期
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 15, 2023
1 parent dd78a1f commit 3bad683
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions files/ja/web/api/ndefreader/ndefreader/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
---
title: NDEFReader()
title: "NDEFReader: NDEFReader() コンストラクター"
short-title: NDEFReader()
slug: Web/API/NDEFReader/NDEFReader
l10n:
sourceCommit: ef75c1741b450c2331204be5563ee964ad5f4c48
---

{{securecontext_header}}{{APIRef()}}
{{SecureContext_Header}}{{APIRef("Web NFC API")}}{{SeeCompatTable}}

**`NDEFReader()`** は {{domxref("NDEFReader")}} インターフェイスのコンストラクターで、新しい `NDEFReader` オブジェクトを返します。これはリーダーの磁気誘導範囲にある互換性のある NFC 機器、例えば NDEF タグからの NDEF メッセージを読み取るのに使用されます。
field.

## 構文

```js
new NDEFReader();
```js-nolint
new NDEFReader()
```

### 引数
Expand Down

0 comments on commit 3bad683

Please sign in to comment.