Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove request to adapters to listen to NDEF messages #484

Merged
merged 2 commits into from
Dec 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,8 @@ <h3><dfn>Writing or pushing content</dfn></h3>
<section> <h3>Listening for content</h3>
<p>
If there are any {{NDEFReader}} instances in <a>activated reader objects</a>
then the <a>UA</a> MUST listen to <a>NDEF message</a>s.
then the <a>UA</a> MUST listen to <a>NDEF message</a>s on all connected
NFC adapters.
</p>
<p>
To listen for <a>NFC content</a>, the client MUST activate an
Expand Down Expand Up @@ -3429,14 +3430,6 @@ <h3><dfn>Writing or pushing content</dfn></h3>
reject |p| with a {{"NotAllowedError"}} {{DOMException}} and
abort these steps.
</li>
<li>
If this is the first listener being set up, then make a request
to all <a>NFC adapter</a>s to listen to <a>NDEF message</a>s.
</li>
<li>
If the request fails, then the UA MAY reject |p| with a
{{"NotSupportedError"}} {{DOMException}} and abort these steps.
</li>
<li>
Add |reader| to the <a>activated reader objects</a>.
</li>
Expand Down