Skip to content

Commit 8dd4f22

Browse files
autokagamizolkis
authored andcommitted
Editorial: Align with Web IDL specification
1 parent fea1289 commit 8dd4f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ <h2>The <dfn>record type</dfn> string</h2>
18511851
interface NDEFWriter {
18521852
constructor();
18531853

1854-
Promise&lt;void&gt; write(NDEFMessageSource message, optional NDEFWriteOptions options={});
1854+
Promise&lt;undefined&gt; write(NDEFMessageSource message, optional NDEFWriteOptions options={});
18551855
};
18561856

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

1864-
Promise&lt;void&gt; scan(optional NDEFScanOptions options={});
1864+
Promise&lt;undefined&gt; scan(optional NDEFScanOptions options={});
18651865
};
18661866

18671867
[SecureContext, Exposed=Window]

0 commit comments

Comments
 (0)