aboutsummaryrefslogtreecommitdiff
path: root/files/de/archive/b2g_os/api/navigator/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/de/archive/b2g_os/api/navigator/index.html
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
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, 0 insertions, 19 deletions
diff --git a/files/de/archive/b2g_os/api/navigator/index.html b/files/de/archive/b2g_os/api/navigator/index.html
deleted file mode 100644
index 553b9dd513..0000000000
--- a/files/de/archive/b2g_os/api/navigator/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
-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>