Skip to content

Commit

Permalink
Editorial: Align with Web IDL specification
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami committed Aug 18, 2020
1 parent 6f4135d commit 82fbb80
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 82fbb80

Please sign in to comment.