Skip to content

Commit dddb6ce

Browse files
committed
fixup! fix(ThingDiscoveryProcess): clarify usage of url field
1 parent d515cda commit dddb6ce

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
@@ -3776,7 +3776,7 @@ <h2>The <dfn>ThingDiscoveryProcess</dfn> interface</h2>
37763776
<pre class="idl">
37773777
[SecureContext, Exposed=(Window,Worker)]
37783778
interface ThingDiscoveryProcess {
3779-
constructor(optional ThingFilter filter = {}, optional URL url);
3779+
constructor(optional ThingFilter filter = {});
37803780
readonly attribute boolean done;
37813781
readonly attribute Error? error;
37823782
undefined stop();
@@ -3803,7 +3803,7 @@ <h2>The <dfn>ThingDiscoveryProcess</dfn> interface</h2>
38033803
<tr>
38043804
<td><dfn>[[\url]]</dfn></td>
38053805
<td>`undefined`</td>
3806-
<td>A {{URL}} representing the <a>TD Directory</a> when instantiated by the <code>exploreDirectory()</code> method.</td>
3806+
<td>A {{URL}} representing the <a>TD Directory</a> when used within the `exploreDirectory()` method.</td>
38073807
</tr>
38083808
</tbody>
38093809
</table>

0 commit comments

Comments
 (0)