File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1851,7 +1851,7 @@ <h2>The <dfn>record type</dfn> string</h2>
1851
1851
interface NDEFWriter {
1852
1852
constructor();
1853
1853
1854
- Promise<void > write(NDEFMessageSource message, optional NDEFWriteOptions options={});
1854
+ Promise<undefined > write(NDEFMessageSource message, optional NDEFWriteOptions options={});
1855
1855
};
1856
1856
1857
1857
[SecureContext, Exposed=Window]
@@ -1861,7 +1861,7 @@ <h2>The <dfn>record type</dfn> string</h2>
1861
1861
attribute EventHandler onerror;
1862
1862
attribute EventHandler onreading;
1863
1863
1864
- Promise<void > scan(optional NDEFScanOptions options={});
1864
+ Promise<undefined > scan(optional NDEFScanOptions options={});
1865
1865
};
1866
1866
1867
1867
[SecureContext, Exposed=Window]
You can’t perform that action at this time.
0 commit comments