blob: 4b68621aed79c9fd24ccb1e4403a014846b82b89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
title: Navigator (Firefox OS extensions)
slug: Archive/B2G_OS/API/Navigator
tags:
- API
- Firefox OS
- Interface
- Navigator
- NeedsTranslation
- Non-standard
- TopicStub
translation_of: Archive/B2G_OS/API/Navigator
---
<p>The <code><strong>Navigator</strong></code> interface represents the state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities. This page represents the list of properties and methods added to <code>Navigator</code> on Firefox OS devices. For the list of properties and methods available to any Web sites, consult {{domxref("Navigator")}}.</p>
<p>A <code>Navigator</code> object can be retrieved using the read-only {{domxref("Window.navigator")}} property.</p>
<p>{{subpageswithsummaries}}</p>
|