Skip to content

Commit

Permalink
Update advice around Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 19, 2024
1 parent c0fbcc2 commit 9e202a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -115819,8 +115819,9 @@ function sendData(data) {
<h4>The <code>Navigator</code> object</h4>

<p>Instances of <code>Navigator</code> represent the identity and state of the user agent (the
client). They also serve as a generic global under which various APIs are located in this and
other specifications.</p>
client). It has also been used as a generic global under which various APIs are located, but this
is not precedent to build upon. Instead use the <code>WindowOrWorkerGlobalScope</code> mixin or
equivalent.</p>

<pre><code class="idl">[Exposed=Window]
interface <dfn interface>Navigator</dfn> {
Expand Down

0 comments on commit 9e202a3

Please sign in to comment.