Skip to content

Commit

Permalink
Merge pull request #597 from autokagami/web-nfc
Browse files Browse the repository at this point in the history
Editorial: Align with Web IDL specification
  • Loading branch information
zolkis committed Aug 19, 2020
2 parents 6f4135d + 82fbb80 commit 0f946e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -1851,7 +1851,7 @@ <h2>The <dfn>record type</dfn> string</h2>
interface NDEFWriter {
constructor();

Promise&lt;void&gt; write(NDEFMessageSource message, optional NDEFWriteOptions options={});
Promise&lt;undefined&gt; write(NDEFMessageSource message, optional NDEFWriteOptions options={});
};

[SecureContext, Exposed=Window]
Expand All @@ -1861,7 +1861,7 @@ <h2>The <dfn>record type</dfn> string</h2>
attribute EventHandler onerror;
attribute EventHandler onreading;

Promise&lt;void&gt; scan(optional NDEFScanOptions options={});
Promise&lt;undefined&gt; scan(optional NDEFScanOptions options={});
};

[SecureContext, Exposed=Window]
Expand Down

0 comments on commit 0f946e2

Please sign in to comment.