diff --git a/index.html b/index.html index 0a7afad..ed80aec 100644 --- a/index.html +++ b/index.html @@ -271,8 +271,6 @@ SyntaxError, NotSupportedError, - - NotFoundError, NetworkError, @@ -1455,7 +1453,7 @@

The NFCRecordType enum

[SecureContext] interface NFC { Promise<void> push(NFCPushMessage message, optional NFCPushOptions options); - Promise<long> watch(MessageCallback callback, optional NFCWatchOptions options); + Promise<void> watch(MessageCallback callback, optional NFCWatchOptions options); }; callback MessageCallback = void (NFCMessage message); @@ -1791,7 +1789,7 @@

The NFCWatchMode enum

Let message be the first argument.
  • - Let options be the second callback. + Let options be the second argument.
  • Let signal be the options’ dictionary member of the same @@ -2650,7 +2648,7 @@

    The NFCWatchMode enum

    Let callback be the first argument.
  • - Let options be the second callback. + Let options be the second argument.
  • Let signal be the options’ dictionary member of the same