aboutsummaryrefslogtreecommitdiff
path: root/files/de/archive/b2g_os/api/navigator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/archive/b2g_os/api/navigator/index.html')
-rw-r--r--files/de/archive/b2g_os/api/navigator/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/de/archive/b2g_os/api/navigator/index.html b/files/de/archive/b2g_os/api/navigator/index.html
new file mode 100644
index 0000000000..553b9dd513
--- /dev/null
+++ b/files/de/archive/b2g_os/api/navigator/index.html
@@ -0,0 +1,19 @@
+---
+title: Navigator (Firefox OS extensions)
+slug: Archive/B2G_OS/API/Navigator
+tags:
+ - API
+ - Firefox OS
+ - Interface
+ - Navigator
+ - Non-standard
+ - Reference
+translation_of: Archive/B2G_OS/API/Navigator
+---
+<p>{{APIRef("Firefox OS")}}{{Draft}}{{Non-standard_Header}}</p>
+
+<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 <a href="/en-US/docs/Web/API/Navigator" title="The Navigator 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."><code>Navigator</code></a>.</p>
+
+<p>A <code>Navigator</code> object can be retrieved using the read-only <a href="/en-US/docs/Web/API/Window/navigator" title="The Window.navigator read-only property returns a reference to the Navigator object, which can be queried for information about the application running the script."><code>Window.navigator</code></a> property.</p>
+
+<p>{{SubpagesWithSummaries}}</p>