You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defines the API entry point exposed as a singleton and contains the API methods.
375
+
Defines the <dfn>WoT API object</dfn> as a singleton and contains the API
376
+
methods, grouped by conformance classes.
376
377
</p>
377
-
<section><h3>The <dfn>WOT</dfn> interface</h3>
378
-
<preclass="idl">
379
-
[SecureContext, Exposed=(Window,Worker)]
380
-
interface WOT {
381
-
// methods defined in UA conformance classes
382
-
};
383
-
</pre>
384
-
<pclass="note">
385
-
Browser implementations should use a namespace object such as <code>navigator.wot</code>. Standalone runtimes may expose the API object through mechanisms like <ahref="https://nodejs.org/api/modules.html">require()</a> or <ahref="http://www.ecma-international.org/ecma-262/6.0/#sec-imports">import</a>.
0 commit comments