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 @@ -3776,7 +3776,7 @@ <h2>The <dfn>ThingDiscoveryProcess</dfn> interface</h2>
3776
3776
< pre class ="idl ">
3777
3777
[SecureContext, Exposed=(Window,Worker)]
3778
3778
interface ThingDiscoveryProcess {
3779
- constructor(optional ThingFilter filter = {}, optional URL url );
3779
+ constructor(optional ThingFilter filter = {});
3780
3780
readonly attribute boolean done;
3781
3781
readonly attribute Error? error;
3782
3782
undefined stop();
@@ -3803,7 +3803,7 @@ <h2>The <dfn>ThingDiscoveryProcess</dfn> interface</h2>
3803
3803
< tr >
3804
3804
< td > < dfn > [[\url]]</ dfn > </ td >
3805
3805
< 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 >
3807
3807
</ tr >
3808
3808
</ tbody >
3809
3809
</ table >
You can’t perform that action at this time.
0 commit comments