Skip to content

Commit

Permalink
Update advice around Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and domenic committed Nov 21, 2024
1 parent 49976e0 commit e60b5e6
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 @@ -115861,8 +115861,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 e60b5e6

Please sign in to comment.